From 184b64a6afdade342875cd9f09100c24a2540c80 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Tue, 3 May 2016 22:06:36 -0700 Subject: [PATCH] No sourcemaps for CSS --- Gruntfile.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index a8cde4a76..83fc58a26 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -135,6 +135,8 @@ module.exports = (grunt)-> sass: all: + options: + sourcemap: 'none' files: './build/static/main.css': [ './build/imports.scss' ]