Custom local build: missing avenir-next fonts

669
3
07-19-2018 12:15 PM
AlecPatrizio1
New Contributor II

Hi all,

I am doing a custom build using JSAPI 3.25. The dojo build is failing because when trying to optimize the css file located in `esri/themes/calcite/dijit/calcite.css`, it fails to find the relative paths defined as `../fonts/avenir-next/<name of font file>`. It looks like the fonts folder isn't even downloaded by bower. Anyone have any insight on this?

0 Kudos
3 Replies
ReneRubalcava
Frequent Contributor

Working on it, should be an update to the bower 3.25 soon

0 Kudos
AlecPatrizio1
New Contributor II

Great! I see your changes in the GitHub repo. Thanks for the quick response!

0 Kudos
ReneRubalcava
Frequent Contributor

The 3x bower release has been bumped to 3.25.1 for the missing fonts. The jsapi-resources project has also been updated. You can update an existing app by updating the bower.json and reinstall.

  "dependencies": {
    "esri": "arcgis-js-api#3.25.1"
  }
0 Kudos