wilr / grunt-shopify

Grunt plug-in for publishing Shopify theme assets
BSD 3-Clause "New" or "Revised" License
107 stars 32 forks source link

Watch doesn't detect addition / deletion of files #45

Closed rbabayoff closed 9 years ago

rbabayoff commented 10 years ago

Only file changes are detected.

Platform: ubuntu 12.04.5 guest running on a windows virtualbox host.

Maybe worth to consider moving to https://github.com/paulmillr/chokidar, which is supposedly more robust and is used by karma, among others? Will be happy to work on a pull request for that.

wilr commented 9 years ago

PR welcome for it. #37 also had some notes on changing the watch behaviour.

jhenriquez commented 9 years ago

This is related to an issue in the watch project. We only need to avoid prepending './' in the configuration since cwd is always assumed. I didn't go any deeper into the reasons of this :)

But it's working fine now. @rbabayoff, this can be closed.