The zero configuration build tool for the web. 📦 🚀
-
Updated
Apr 24, 2022 - JavaScript
Add a description, image, and links to the assets topic page so that developers can more easily learn about it.
To associate your repository with the assets topic, visit your repo's landing page and select "manage topics."
Hey folks! Thanks for creating such a useful project. I've been using this for a little while and I just ran into my first paper cut.
I'm currently using git submodules to vendor out some font files. Unfortunately, the file is named
MplusCodeLatin[wdth,wght].ttf, which fails HTML5 validation because it contains square braces, which are considered illegal characters.No problem, I thought,