benvinegar / resourceperf

MIT License
6 stars 1 forks source link

Fix gulp watch task to wait for build before restarting express #6

Closed benvinegar closed 9 years ago

benvinegar commented 9 years ago

What's happening right now is that, if you change some ES6 code, the build / Express restart tasks get triggered at the same time, and so Express doesn't get the newly generated code.