You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, not sure what information would be helpful. I'm using the default json from the example with necessary changes. The initial lemonsync works in that it allows me to type "remote" or "local", and does sync appropriately.
However, no changes are picked up when I edit files in the directory, despite the directory being correct when lemonsync starts up:
Type "local" to overwrite your local theme: /home/etc/p/c/etc/frescobox-1
Type "remote" to overwrite your store's theme: frescobox-1
Watching for changes... 🍋
Nothing. Node 8.9.4, npm 5.6.0. Have tried older versions of node and just cannot get it to pick up changes. Seems fairly straightforward in the code (using node-watch) so am baffled.
I'm using Vim to edit the files, though have tried other editors and still no changes being detected. Have tried to edit .htm, .js, nothing.
The text was updated successfully, but these errors were encountered:
Just checked the local lemonsync.js and turns out the version I had was using fs.watch. Perhaps package needs updating, or I need to update my node? As temp fix have replaced with code on master and it's working! :)
Hey, not sure what information would be helpful. I'm using the default json from the example with necessary changes. The initial lemonsync works in that it allows me to type "remote" or "local", and does sync appropriately.
However, no changes are picked up when I edit files in the directory, despite the directory being correct when lemonsync starts up:
Watching for changes... 🍋
Nothing. Node 8.9.4, npm 5.6.0. Have tried older versions of node and just cannot get it to pick up changes. Seems fairly straightforward in the code (using node-watch) so am baffled.
I'm using Vim to edit the files, though have tried other editors and still no changes being detected. Have tried to edit .htm, .js, nothing.
The text was updated successfully, but these errors were encountered: