From 95fbc881b8d130a863d35540042ea293e74eebdd Mon Sep 17 00:00:00 2001
From: codecalm
Date: Thu, 22 Feb 2018 21:59:55 +0100
Subject: [PATCH] install scripts
---
gulpfile.js | 4 +++-
package.json | 39 ++++++++++++++++++++++++++++-----------
src/_docs/alerts.md | 4 ++--
3 files changed, 33 insertions(+), 14 deletions(-)
diff --git a/gulpfile.js b/gulpfile.js
index c341942f3..43ba59407 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -39,4 +39,6 @@ gulp.task('watch', ['styles', 'styles-plugins'], function() {
gulp.watch('src/assets/plugins/**/*.scss', ['styles-plugins']);
});
-gulp.task('default', ['styles', 'styles-plugins']);
\ No newline at end of file
+gulp.task('build', ['styles', 'styles-plugins']);
+
+gulp.task('default', ['build']);
\ No newline at end of file
diff --git a/package.json b/package.json
index e371d06ca..abaa799c1 100644
--- a/package.json
+++ b/package.json
@@ -1,28 +1,45 @@
{
- "name": "dashboard",
- "version": "1.0.0",
- "main": "index.js",
+ "name": "tabler",
+ "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
+ "version": "0.0.1",
+ "keywords": [
+ "css",
+ "sass",
+ "mobile-first",
+ "responsive",
+ "front-end",
+ "framework",
+ "admin",
+ "dashboard",
+ "admin panel"
+ ],
+ "homepage": "https://tabler.github.io",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "gulp-watch": "gulp watch",
+ "jekyll-watch": "jekyll build --watch",
+ "jekyll-serve": "jekyll serve --livereload",
+
+ "dist": "gulp build && jekyll build --destination dist",
+ "watch": "npm-run-all --parallel gulp-watch jekyll-watch",
+ "serve": "npm-run-all --parallel gulp-watch jekyll-serve"
},
"repository": {
"type": "git",
- "url": "git+https://github.com/codecalm/bootstrap-dashboard.git"
+ "url": "git+https://github.com/tabler/tabler.git"
},
"author": "codecalm",
- "license": "ISC",
+ "license": "MIT",
"bugs": {
- "url": "https://github.com/codecalm/bootstrap-dashboard/issues"
+ "url": "https://github.com/tabler/tabler/issues"
},
- "homepage": "https://github.com/codecalm/bootstrap-dashboard#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-rcs": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
- "gulp-selectors": "^0.1.10"
+ "gulp-selectors": "^0.1.10",
+ "npm-run-all": "^4.1.2"
},
- "dependencies": {},
- "description": ""
+ "dependencies": {}
}
diff --git a/src/_docs/alerts.md b/src/_docs/alerts.md
index f56177cd7..dc54ee801 100644
--- a/src/_docs/alerts.md
+++ b/src/_docs/alerts.md
@@ -69,8 +69,8 @@ Add a dismiss button and the `.alert-dismissible` class, which adds extra paddin
voluptate.
-
+
-{% endexample %}
\ No newline at end of file
+{% endexample %}