Merge pull request #3222 from UltCombo/windows-dev-server

Fix dev server (`npm run dev`) on Windows, fixes #3219
This commit is contained in:
Nick Winter 2015-12-07 13:58:20 -08:00
commit ee68229536

View file

@ -42,13 +42,14 @@ exports.config =
onCompile: (files) -> console.log "I feel the need, the need... for speed."
plugins:
coffeelint:
pattern: /\A\Z/
pattern: /\A\Z/
vagrant:
watcher:
usePolling: true
server:
command: 'nodemon .'
# NOTE: This is a temporary workaround for https://github.com/nodejs/node-v0.x-archive/issues/2318
command: "#{if process.platform is 'win32' then 'node_modules\\.bin\\nodemon.cmd' else 'nodemon'} ."
files:
javascripts: