update bootstrap 4.3.1, update gulpfile, npm start script added, change SCSS file names for proper compiling

This commit is contained in:
David Miller
2019-02-17 03:06:45 -05:00
parent f6bcc2ba5d
commit 51c9446454
259 changed files with 12896 additions and 6768 deletions

View File

@@ -1,7 +1,10 @@
{
"title": "SB Admin 2",
"name": "startbootstrap-sb-admin-2",
"version": "4.0.1",
"version": "4.0.2",
"scripts": {
"start": "gulp watch"
},
"description": "An open source Bootstrap 4 admin theme.",
"keywords": [
"css",
@@ -37,13 +40,15 @@
},
"devDependencies": {
"browser-sync": "2.26.3",
"gulp": "^4.0.0",
"del": "^3.0.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-clean-css": "4.0.0",
"gulp-header": "2.0.7",
"gulp-plumber": "^1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-uglify": "3.0.1"
"gulp-uglify": "3.0.1",
"merge-stream": "^1.0.1"
}
}