diff --git a/gulpfile.js b/gulpfile.js index 8dd90eb..634782d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -190,8 +190,8 @@ var buildStyles = function (done) { // Run tasks on all Sass files return src(paths.styles.input) .pipe(sass({ - outputStyle: 'expanded', - sourceComments: true + outputStyle: 'compressed', + sourceComments: false })) .pipe(postcss([ prefix({