Update to modules

* npm update
* new gulp switch ofr user json
This commit is contained in:
Stephan 2019-07-07 11:38:27 +02:00
parent abeb843718
commit 4401761a6b
3 changed files with 907 additions and 1234 deletions

View file

@ -86,6 +86,9 @@ if (fs.existsSync('source/screens/index.njk')) {
if (fs.existsSync('source/templates/data.json')) {
hippie.data = 'data.json';
}
if (fs.existsSync('source/data/data.json')) {
input.data = ['source/data/**/*.json', '!source/data/demo.json'];
}
// Create tasks

1798
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,16 +17,16 @@
},
"homepage": "https://github.com/sthag/hippie#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"browser-sync": "^2.26.3",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0-beta.2",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^4.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-if": "^2.0.2",
@ -40,7 +40,7 @@
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp.spritesmith": "^6.9.0",
"gulp.spritesmith": "^6.10.1",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"merge-stream": "^1.0.1",