1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-18 11:31:41 +04:00

feather iconfont

This commit is contained in:
chomik
2019-05-08 21:24:55 +02:00
parent b9f5aff208
commit c9eadeca26
8 changed files with 1368 additions and 8 deletions
-3
View File
@@ -7,9 +7,6 @@
"build": "npm-run-all lint html-build css-compile js-compile",
"bundlesize": "bundlesize",
"browsersync": "node build/browsersync.js",
"icons-svgo": "outline-stroke svg/feather/ -o static/fonts/feather",
"icons-svgo2": "svgo svg/feather/ -o static/fonts/feather",
"icons-iconfont": "icon-font-generator svg/feather/*.svg -o static/fonts/feather --normalize --mono --height 20",
"html-watch": "JEKYLL_ENV=development bundle exec jekyll build --watch --incremental",
"html-build": "JEKYLL_ENV=production bundle exec jekyll build",
"lint": "npm-run-all --parallel js-lint css-lint",