diff --git a/gulpfile.js b/gulpfile.js index c341942f3b8bb22777d7fb2c2fce1623534c3263..43ba594071e2c86e9301480b6762c4e2f418c7f2 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 e371d06ca017590d5758753cdbeeeb0d3521c55e..abaa799c19b1aeed3f1c4864c574f6d38ad6045d 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 f56177cd7f7ec2028e0d46d816f3d1898e07b52f..dc54ee801e6f7c398fde95311ae70b09be2f8a4d 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 %}