mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
fonts fix
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"html-watch": "JEKYLL_ENV=development bundle exec jekyll build --watch",
|
||||
"html-build": "JEKYLL_ENV=production bundle exec jekyll build --destination dist-html",
|
||||
"lint": "npm-run-all --parallel js-lint css-lint",
|
||||
"fonts": "cp fonts dist/fonts",
|
||||
"fonts": "cp -R fonts/* dist/fonts",
|
||||
"clean": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js && mkdir dist/fonts",
|
||||
"css": "npm-run-all css-compile css-prefix css-minify",
|
||||
"css-compile": "node build/scss-compile.js",
|
||||
|
||||
Reference in New Issue
Block a user