mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43:28 +02:00
Added grunt watch and grunt server
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user