amélioration du fichier gulpfile.js

This commit is contained in:
Raphael Goetter 2016-09-21 11:05:00 +02:00
parent f35fb9aa9b
commit 8b84456527
10 changed files with 835 additions and 1158 deletions

View file

@ -25,7 +25,7 @@ gulp.task('css', function () {
});
gulp.task('grillade', function() {
return gulp.src(['./sass/_config/_variables.scss', './sass/_config/_breakpoints.scss', './sass/grids/_grillade.scss'])
return gulp.src(['./sass/_config/_breakpoints.scss', './sass/grids/_grillade.scss'])
.pipe(concat('grillade.scss'))
.pipe(gulp.dest('./css/'))
.pipe(sass())