amélioration du fichier gulpfile.js
This commit is contained in:
parent
f35fb9aa9b
commit
8b84456527
10 changed files with 835 additions and 1158 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue