Mostly renaming
This commit is contained in:
parent
e8ab9a51d7
commit
7e5c9cdf0d
8 changed files with 90 additions and 85 deletions
|
|
@ -13,10 +13,7 @@ gulp.task('sass', () =>
|
|||
sass('./*.scss', {sourcemap: true})
|
||||
// .on('error', sass.logError)
|
||||
.pipe(plumber(errorReport("sass error")))
|
||||
.pipe(sourcemaps.write('./', {
|
||||
includeContent: false,
|
||||
sourceRoot: 'source'
|
||||
}))
|
||||
.pipe(sourcemaps.write('./'))
|
||||
.pipe(gulp.dest('./'))
|
||||
.pipe(livereload())
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue