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
Describe the bug
If copyAsIs is used for a directory with an html file inside it, the complete directory gets copied - as expected. At the same time, the html file inside the directory is put into the root of dist which is the default behavior - this is unexpected.
To Reproduce
Steps to reproduce the behavior:
create a directory "test" with an html page inside it "page.html"
add this to the build config: copyAsIs: ["test/*"]
note that dist/test contains page.html
there is also a processed version at dist/page.html
Expected behavior
Ignore *.html files when using copyAsIs command
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac
Browser: Chome
Version: latest
Node.js: latest
The text was updated successfully, but these errors were encountered:
Describe the bug
If copyAsIs is used for a directory with an html file inside it, the complete directory gets copied - as expected. At the same time, the html file inside the directory is put into the root of dist which is the default behavior - this is unexpected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ignore *.html files when using copyAsIs command
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: