juliancwirko / generator-zf5

Yeoman generator for Zurb Foundation 5
https://www.npmjs.com/package/generator-zf5
MIT License
204 stars 29 forks source link

How can I disable livereload completely? (too slow) #39

Closed chrisjimallen closed 9 years ago

chrisjimallen commented 9 years ago

The livereload is taking 5-6 seconds to cycle. I've tried the ruby and libsass versions and there doesn't appear to be a big difference. HTML changes are very fast, but the SCSS changes are the killer.

Whats the easiest way to disable this?

juliancwirko commented 9 years ago

Hi, you can remove/set up to false livereload in Gruntfile.js: watch section and connect section.