提交 9c248cd1 编写于 作者: C codecalm

remove fonts commands

上级 50847acd
...@@ -5,14 +5,13 @@ ...@@ -5,14 +5,13 @@
"description": "Premium and Open Source dashboard template with responsive and high quality UI.", "description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"scripts": { "scripts": {
"start": "npm-run-all clean css-main js-compile-standalone --parallel html-watch browsersync watch", "start": "npm-run-all clean css-main js-compile-standalone --parallel html-watch browsersync watch",
"build": "npm-run-all clean html-build css js fonts", "build": "npm-run-all clean html-build css js",
"bundlesize": "bundlesize", "bundlesize": "bundlesize",
"browsersync": "node build/browsersync.js", "browsersync": "node build/browsersync.js",
"html-watch": "JEKYLL_ENV=development bundle exec jekyll build --watch", "html-watch": "JEKYLL_ENV=development bundle exec jekyll build --watch",
"html-build": "JEKYLL_ENV=production bundle exec jekyll build --destination dist-html", "html-build": "JEKYLL_ENV=production bundle exec jekyll build --destination dist-html",
"lint": "npm-run-all --parallel js-lint css-lint", "lint": "npm-run-all --parallel js-lint css-lint",
"fonts": "cp -R fonts/* dist/fonts", "clean": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js",
"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": "npm-run-all css-compile css-prefix css-minify",
"css-compile": "node build/scss-compile.js", "css-compile": "node build/scss-compile.js",
"css-prefix": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"", "css-prefix": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"",
...@@ -54,7 +53,6 @@ ...@@ -54,7 +53,6 @@
}, },
"files": [ "files": [
"dist/{css,js}/*.{css,js,map}", "dist/{css,js}/*.{css,js,map}",
"dist/fonts/**/*",
"js/**/*.{js,map}", "js/**/*.{js,map}",
"scss/**/*.scss" "scss/**/*.scss"
], ],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册