keithamus / npm-scripts-example

An example of how to use NPM scripts over Grunt/Gulp & Friends. http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool
MIT License
841 stars 101 forks source link

How to specify 'compileDebug'? #14

Closed txchen closed 9 years ago

txchen commented 9 years ago

For non-dev, livereload should be removed. How to change the 'compileDebug'? Thanks a lot!

karthilxg commented 8 years ago

@txchen I had the same question, how did you resolve this ?

txchen commented 8 years ago

@karthilxg I ended up with creating a dev http server: https://github.com/txchen/light-server