Added grunt watch and grunt server

This commit is contained in:
AlexKvazos
2015-04-30 13:41:54 -05:00
parent 968230622e
commit 7794cbf56d
3 changed files with 24 additions and 1 deletions
+3 -1
View File
@@ -20,4 +20,6 @@ This will start the application on port `3000` or the one specified by the `PORT
###Grunt tasks
* `grunt debug` - Builds the client-side javascript application with no minification
* `grunt build` - Builds the client-side javascript application with minification
* `grunt build` - Builds the client-side javascript application with minification
* `grunt watch` - Automatically runs `grunt debug` when client-side code changes
* `grunt server` - Starts server and automatically restart when server-side code changes