updated gulp.js
authorIan Weller <ian@gaslightmedia.com>
Fri, 19 Aug 2016 19:46:55 +0000 (15:46 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 19 Aug 2016 19:46:55 +0000 (15:46 -0400)
changed style: 'compressed' to outputStyle: 'compressed'

root/gulpfile.js

index 29fe38c..53cae06 100644 (file)
@@ -20,7 +20,7 @@ gulp.task('sass', function() {
     .pipe(maps.init())
     .pipe(sass({ 
       includePaths: sassPaths ,
-      style: 'compressed'
+      outputStyle: 'compressed'
 
   }))
     .pipe(maps.write('.'))