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
Right now adding new static files (e.g. app/assets/images/some-image.jpg) requires the hanami assets watch process to be restarted. This is far from ideal. Watch mode should detect added/changed files in assets directory and process those as required.
Right now adding new static files (e.g.
app/assets/images/some-image.jpg
) requires thehanami assets watch
process to be restarted. This is far from ideal. Watch mode should detect added/changed files in assets directory and process those as required.The https://github.com/tinchoz49/esbuild-plugin-copy-watch plugin may provide some inspiration for us here.
The text was updated successfully, but these errors were encountered: