diff --git a/frontend/gulpfile.js b/frontend/gulpfile.js index cfcb080bda..a0a66d94fe 100644 --- a/frontend/gulpfile.js +++ b/frontend/gulpfile.js @@ -69,6 +69,7 @@ gulp.task('fonts', function() { gulp.task('sass', function() { return gulp.src('../app/assets/stylesheets/default.css.sass') .pipe(sass({ + 'sourcemap=none': true, bundleExec: true, loadPath: [ './bower_components/foundation-apps/scss',