vigetlabs / gulp-rails-pipeline

Ditch the Rails Asset Pipeline and roll your own with Gulp
MIT License
646 stars 64 forks source link

No sass or coffee watch #46

Open jakoss opened 8 years ago

jakoss commented 8 years ago

I've managed to setup gulp pipeline on vagrant. It wasn't easy, but it almost works. The only thing that is not working is watching scss or coffee script. When i change any view in app/views live reload occurs without a problem. But when i change global.sass nothing happens. It even don't get browsified. Just like file watch wasn't working.

Any idea what can be couse of that? I'm pretty new to gulp so i could use an advice how to debug task.