↧
Answer by solryu for Pre-build event grunt on build server, not finding grunt
Thank you to anyone who had a look at this question. After a bit of experimenting I found putting this into the pre-build event command line works: CD $(ProjectDir) cmd.exe grunt build
View ArticlePre-build event grunt on build server, not finding grunt
I have been using CoffeeScript files within a project and have installed grunt into the project to compile them. I am using Grunt Launcher to compile the files manually, but I wanted to be able to do...
View Article