mirror of
https://github.com/gesquive/slate.git
synced 2024-12-04 13:13:20 +01:00
fix gulp css packing
This commit is contained in:
parent
e25e11cbf2
commit
81989acb95
@ -44,7 +44,10 @@ gulp.task('pack-js', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('pack-css', 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({
|
.pipe(sass({
|
||||||
outputStyle: 'compressed',
|
outputStyle: 'compressed',
|
||||||
errLogToConsole: true
|
errLogToConsole: true
|
||||||
|
Loading…
Reference in New Issue
Block a user