-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folders don't appear to be mirrored #4
Comments
Ah, changing it to this solved the issue:
|
What's the difference between the two ? I'm having a similar issue with hierarchy beeing flatten |
The solution is to surround the paths with quotation marks like this: Solution is simple: Explanation: |
Fixes zont#4 by mentioning the quote requirement in the readme
I'm running this command:
copy-and-watch src/public/**/*.{html,css,jpg,png} build
with this result:
I expected the
png
files to end up inbuild/icon
notbuild
The text was updated successfully, but these errors were encountered: