removing debug info from grunt

This commit is contained in:
Julien Fastré 2016-11-13 20:26:19 +01:00
parent 90ced95a4b
commit d90be4ec46

View File

@ -12,7 +12,7 @@ module.exports = function(grunt) {
sass: {
dist: {
options: {
debugInfo: true,
debugInfo: false,
},
files: [{
expand: true,