1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

build process

This commit is contained in:
codecalm
2019-10-28 12:10:23 +01:00
committed by Alex Safian
parent 2b24230dfd
commit b9c089cab1
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -19,4 +19,5 @@ tmp/
/svg-tmp/
/dist/
/dist-html/
/dist-demo/
/components/

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",

View File

@@ -2,7 +2,6 @@
border-bottom: 1px solid;
background-color: $navbar-bg;
border-color: $navbar-border-color;
min-height: 4rem;
}
/**