linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 83 forks source link

Livereload seems to trigger before other tasks #365

Closed trazek closed 4 years ago

trazek commented 9 years ago

It seems when livereload is configured, it gets triggered before other grunt tasks. Is there a way to defer livereload until after a set of tasks have finished?

searls commented 9 years ago

Well, that certainly doesn't sound good. Can you take a look at https://github.com/testdouble/grunt-watch-nospawn and identify what's up?

william-fuller commented 8 years ago

Having the same issue. Just uncommented out Live Reload and it fires before Scss has finished compiling.