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 Dec 2, 2018. It is now read-only.
Trying to see if I can select all HTML files within a folder for the html parameter instead of having to manually add every HTML file I create to the gulpfile.
I've tried: html: ["./dist/*"] and html: ["./dist/*.html"] but those aren't working. I checked to make sure html: ["./dist/index.html] works just to be sure I set everything else up right, and that did work.
The text was updated successfully, but these errors were encountered:
Trying to see if I can select all HTML files within a folder for the
html
parameter instead of having to manually add every HTML file I create to the gulpfile.I've tried:
html: ["./dist/*"]
andhtml: ["./dist/*.html"]
but those aren't working. I checked to make surehtml: ["./dist/index.html]
works just to be sure I set everything else up right, and that did work.The text was updated successfully, but these errors were encountered: