keithjgrant / omnibear

A Micropub browser extension
MIT License
36 stars 8 forks source link

Watch static directory during --watch. #61

Open Zegnat opened 6 years ago

Zegnat commented 6 years ago

I am working on #60 and needed a permission change. Then spent 10 minutes furiously reloading the extension and wondering why it wasn’t working: files from the static folder aren’t watched and moved to the dist folder by the build process.

I don’t know enough about this build system setup to know if it can be updated to watch the static folder too. Input welcome! Right now I need to ^C and start webpack anew, which is a lot slower than the --watch process.