projects
/
web
/
GruntInit
/
glmThemeV6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
161bd5d
)
updated gulp.js
author
Ian Weller
<ian@gaslightmedia.com>
Fri, 19 Aug 2016 19:46:55 +0000
(15:46 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Fri, 19 Aug 2016 19:46:55 +0000
(15:46 -0400)
changed style: 'compressed' to outputStyle: 'compressed'
root/gulpfile.js
patch
|
blob
|
history
diff --git
a/root/gulpfile.js
b/root/gulpfile.js
index
29fe38c
..
53cae06
100644
(file)
--- a/
root/gulpfile.js
+++ b/
root/gulpfile.js
@@
-20,7
+20,7
@@
gulp.task('sass', function() {
.pipe(maps.init())
.pipe(sass({
includePaths: sassPaths ,
-
s
tyle: 'compressed'
+
outputS
tyle: 'compressed'
}))
.pipe(maps.write('.'))