architecture globale revisitée (_vendor, _config, _library, components)

This commit is contained in:
Raphael Goetter 2017-07-31 10:36:32 +02:00
parent f5f95fe9ac
commit 0ebe24ed0f
18 changed files with 260 additions and 259 deletions

View file

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