最赞回答 / 海河之家
查了stackoverflow(http://stackoverflow.com/questions/21234304/grunt-wont-load-the-node-server)Just change you options.file to script or keep both.nodemon: { dev: { script: 'app.js', options: { file: 'app.js',
2014-09-29
最新回答 / 冰宁496058
nodemon: { dev: { script: 'app.js', options: { args: [], nodeArgs: ['--debug'], ignore: ['README.md', 'node_modules/**', '.DS_Store'], ext: 'js', watch: ['....
2014-09-29