Skip to content

Commit

Permalink
修复sass:build报错bug
Browse files Browse the repository at this point in the history
  • Loading branch information
121595113 committed Mar 15, 2018
1 parent 6d02f47 commit ca01a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 版本

当前版本V1.3.2,向下兼容。旧版传送[V0.6.0](https://github.com/121595113/gulp-T/tree/V0.6.0)
当前版本V1.3.3,向下兼容。旧版传送[V0.6.0](https://github.com/121595113/gulp-T/tree/V0.6.0)

## 版本特性

Expand Down
2 changes: 1 addition & 1 deletion gulp/tasks/sub-tasks/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gulp.task('sass', () => {
gulp.task('sass:build', () => {
let sassBuild$ = gulp.src(config.src)
.pipe($.plumber())
.pipe($.sass().on('error', handleErrors))
.pipe($.sass(config.options).on('error', handleErrors))
.pipe($.autoprefixer(config.autoprefixer))
.pipe(cleancss({
compatibility: 'ie8'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-t",
"version": "1.3.2",
"version": "1.3.3",
"description": "gulp 综合应用",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ca01a4c

Please sign in to comment.