1
0
forked from extern/slate

fix gulp css packing

This commit is contained in:
Gus Esquivel 2017-05-17 08:24:42 -05:00
parent e25e11cbf2
commit 81989acb95

View File

@ -44,7 +44,10 @@ gulp.task('pack-js', function () {
});
gulp.task('pack-css', function () {
return gulp.src([scssVnd + '/**/*.[s]?css', scssSrc + '/**/*.[s]?css'])
return gulp.src([scssVnd + '/**/*.css',
scssVnd + '/**/*.scss',
scssSrc + '/**/*.css',
scssSrc + '/**/*.scss'])
.pipe(sass({
outputStyle: 'compressed',
errLogToConsole: true