Skip to content

Instantly share code, notes, and snippets.

@mahizsas
Forked from jayhjkwon/gist:8669422
Last active August 29, 2015 14:20
Show Gist options
  • Save mahizsas/5db07a74e4be2f171baf to your computer and use it in GitHub Desktop.
Save mahizsas/5db07a74e4be2f171baf to your computer and use it in GitHub Desktop.
First, install grunt-cli in local project
> npm install grunt-cli
Then put following command in pre build event
cd $(SolutionDir)webapp\node_modules\.bin
grunt.cmd build
Note that "webapp" directory is just for my project, maske sure to put correct path for your case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment