themekit: Theme Watch triggering for all image files in /assets
What happened
When I do theme watch
lately, it will usually run as expected for 10-30 minutes, until eventually it perceives all the images files in /assets as having been updated, and starts trying to upload them all.
What I expected to happen
Only upload files when they’re actually changed.
Steps to reproduce
- Theme watch
- Work on theme for about half an hour as normal
- Observe in the command line, “Received Update event on assets/img.png” for every image in the assets folder
My Environment
OS (including version): Windows 10 v 1803 Themekit version: 0.7.5 Ignore Files(if any):
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (12 by maintainers)
Okay this has been merged into master so it will be on the prerelease.
Please use the prerelease going forward and open any issues for the prerelease.
You can update to the prerelease by running
theme update --version=v1.0.0-pre
@ikolarov @samjross @besteven Please try out this version with an updated fix for windows file watching by running:
theme update --version=v1.0.0-issue519
This is a special version of the pre-release themekit with a new filewatcher. Please give it a try and report if it has fixed your issues and if you experience any other bugs with it.