Skip to content

Commit 192d15d

Browse files
author
Simone Primarosa
committed
Remove css suorcemap generation
1 parent 01c4c89 commit 192d15d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

conf/tasks/scss.js

-8
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,8 @@
1818
.pipe(changed(paths.output, {
1919
'extension': '.css'
2020
}))
21-
.pipe(sourcemaps.init({
22-
'loadMaps': true,
23-
'debug': true
24-
}))
2521
.pipe(sass(paths.scss.options))
2622
.pipe(header(paths.banner))
27-
.pipe(sourcemaps.write('.', {
28-
'includeContent': false,
29-
'sourceRoot': '../lib'
30-
}))
3123
.pipe(gulp.dest(paths.output))
3224
.pipe(browserSync.reload({
3325
'stream': true

0 commit comments

Comments
 (0)