Compile instructions are out of date? #1070
Labels
documentation
Documentation needs to be updated
pull-request
Pull request available
support-request
Help/support requested
Hello, I'm wanting to compile the icon font but the instructions seem to be out of date.
The readme says to run
npm run build-iconfont
, but this script is not defined. Maybe it wantsnpm run build:webfont
? I am however wanting to get attf
out of it and not awoff
, it is not clear what command should be ran to do so.Another issue I had is that the
includeIcons
paremeter specified incompile-options.json
seems to be ignored. Or perhaps it is only being respected by some parts of the build process and not others. Despite only specifying a small handful of icons in my json, running thebuild:webfont
script seems to be executingfix-outline.py
on every possible icon which takes several hours to complete.The aforementioned script also had some errors which I had to fix locally, I've submitted a PR for that part.
The text was updated successfully, but these errors were encountered: