From: Ian Weller Date: Fri, 19 Aug 2016 19:46:55 +0000 (-0400) Subject: updated gulp.js X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8e27c7b7106050315b36978f8f14504a416fc4b2;p=web%2FGruntInit%2FglmThemeV6.git updated gulp.js changed style: 'compressed' to outputStyle: 'compressed' --- diff --git a/root/gulpfile.js b/root/gulpfile.js index 29fe38c..53cae06 100644 --- a/root/gulpfile.js +++ b/root/gulpfile.js @@ -20,7 +20,7 @@ gulp.task('sass', function() { .pipe(maps.init()) .pipe(sass({ includePaths: sassPaths , - style: 'compressed' + outputStyle: 'compressed' })) .pipe(maps.write('.'))