mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
build process
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,4 +19,5 @@ tmp/
|
||||
/svg-tmp/
|
||||
/dist/
|
||||
/dist-html/
|
||||
/dist-demo/
|
||||
/components/
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
border-bottom: 1px solid;
|
||||
background-color: $navbar-bg;
|
||||
border-color: $navbar-border-color;
|
||||
min-height: 4rem;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user