1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

build process

This commit is contained in:
codecalm
2019-10-28 12:10:23 +01:00
parent 0ad2c38c61
commit 71f4726822
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -19,4 +19,5 @@ tmp/
/svg-tmp/
/dist/
/dist-html/
/dist-demo/
/components/
+3 -2
View File
@@ -5,11 +5,12 @@
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"scripts": {
"start": "npm-run-all clean css-main js-compile-standalone --parallel html-watch browsersync watch",
"build": "npm-run-all clean html-build css js",
"build": "npm-run-all clean html-build css js assets-copy",
"bundlesize": "bundlesize",
"browsersync": "node build/browsersync.js",
"assets-copy": "mkdir -p dist-demo/dist && cp -R dist/* dist-demo/dist/ && cp -R static/* dist-demo/",
"html-watch": "JEKYLL_ENV=development bundle exec jekyll build --watch --incremental",
"html-build": "JEKYLL_ENV=production bundle exec jekyll build --destination dist-html",
"html-build": "JEKYLL_ENV=production bundle exec jekyll build --destination dist-demo",
"lint": "npm-run-all --parallel js-lint css-lint",
"clean": "rm -rf dist && mkdir dist && mkdir dist/css && mkdir dist/js",
"css": "npm-run-all css-compile css-prefix css-minify",
-1
View File
@@ -2,7 +2,6 @@
border-bottom: 1px solid;
background-color: $navbar-bg;
border-color: $navbar-border-color;
min-height: 4rem;
}
/**