Enable environment variable USE_TTF to disable bundling TTF fonts (#1600)

* Use environment variable USE_TTF to disable bundling TTF fonts

* Do not bundle TTF fonts on CircleCI build
This commit is contained in:
ylemkimon
2018-08-13 13:12:33 +09:00
committed by GitHub
parent fdb155aa97
commit 101501189c
2 changed files with 12 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ jobs:
- run:
name: Build KaTeX
command: yarn build
command: USE_TTF=false yarn build
- store_artifacts:
path: dist/katex.min.js