Updated npm requirements
This commit is contained in:
parent
975aeed1b0
commit
798c0bfaa4
3 changed files with 5664 additions and 11 deletions
|
@ -15,9 +15,9 @@ var minify = require('gulp-minify');
|
||||||
gulp.task('sass', function() {
|
gulp.task('sass', function() {
|
||||||
var sassStream = gulp.src('./assets/static/sass/style.sass')
|
var sassStream = gulp.src('./assets/static/sass/style.sass')
|
||||||
.pipe(sass().on('error', sass.logError));
|
.pipe(sass().on('error', sass.logError));
|
||||||
var bowerStream = gulp.src([]);
|
// var bowerStream = gulp.src([]);
|
||||||
|
|
||||||
return merge(bowerStream, sassStream)
|
return merge(sassStream)
|
||||||
.pipe(concatCss("style.css"))
|
.pipe(concatCss("style.css"))
|
||||||
.pipe(minifyCss())
|
.pipe(minifyCss())
|
||||||
.pipe(gulp.dest('./assets/static/css'))
|
.pipe(gulp.dest('./assets/static/css'))
|
||||||
|
|
5653
package-lock.json
generated
Normal file
5653
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
@ -4,15 +4,15 @@
|
||||||
"description": "fmartingr.com",
|
"description": "fmartingr.com",
|
||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^3.9.0",
|
"gulp": "*",
|
||||||
"gulp-concat": "^2.6.0",
|
"gulp-concat": "*",
|
||||||
"gulp-concat-css": "^2.2.0",
|
"gulp-concat-css": "*",
|
||||||
"gulp-livereload": "^3.8.1",
|
"gulp-livereload": "*",
|
||||||
"gulp-minify": "^0.0.15",
|
"gulp-minify": "*",
|
||||||
"gulp-minify-css": "^1.2.2",
|
"gulp-minify-css": "*",
|
||||||
"gulp-sass": "^3.1.0",
|
"gulp-sass": "*",
|
||||||
"merge-stream": "^1.0.0",
|
"merge-stream": "*",
|
||||||
"yargs": "^7.0.2"
|
"yargs": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue