Skip to content

Commit

Permalink
Feat: use Monaco code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed May 3, 2020
1 parent e8a6df9 commit ee0f224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildAssets () {
fi

cd $REPO
statik -src=assets/build/ -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico -f
statik -src=assets/build/ -include=*.html,*.js,*.json,*.css,*.png,*.svg,*.ico,*.ttf -f
}

buildBinary () {
Expand Down

0 comments on commit ee0f224

Please sign in to comment.