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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
When the watch task ist running, place a new or edit an existing svg file inside the images folder
What did you expect to happen?
I expected the svg to be copied to the assets folder and the browser should reload after successful copy process.
What happened instead?
The watch task does not watch for changes on svg files. They are only copied once when starting the watch task by the copy task but when a new svg file ist added later while the watch task is already running they are not copied anymore.
Please List the Following:
OS & version: macOS 10.13.3
Node version (node -v) [Node v4+ is required] : v8.10.0 but also testet with v6.13.0
FoundationPress version (see line 3 in package.json): 2.10.4
Foundation version (found in node_modules/foundation-sites/package.json) : 6.4.3
The text was updated successfully, but these errors were encountered:
derweili
added a commit
to derweili/FoundationPress
that referenced
this issue
Jun 12, 2018
How can this bug be reproduced?
What did you expect to happen?
I expected the svg to be copied to the assets folder and the browser should reload after successful copy process.
What happened instead?
The watch task does not watch for changes on svg files. They are only copied once when starting the watch task by the copy task but when a new svg file ist added later while the watch task is already running they are not copied anymore.
Please List the Following:
node_modules/foundation-sites/package.json
) : 6.4.3The text was updated successfully, but these errors were encountered: