From 8e27c7b7106050315b36978f8f14504a416fc4b2 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 19 Aug 2016 15:46:55 -0400 Subject: [PATCH] updated gulp.js changed style: 'compressed' to outputStyle: 'compressed' --- root/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('.')) -- 2.17.1