Replaced nodemon start script in grunt server

This commit is contained in:
AlexKvazos
2015-04-30 18:04:30 -05:00
parent c5dccbdb67
commit 810eb6fca6
+1 -1
View File
@@ -45,7 +45,7 @@ module.exports = function(grunt) {
nodemon: { nodemon: {
dev: { dev: {
script: ['app/server'], script: ['bin/start'],
options: { options: {
watch: ['app/server'] watch: ['app/server']
} }