diff --git a/Gruntfile.coffee b/Gruntfile.coffee index ec5c6b6..5951a5d 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -211,6 +211,7 @@ module.exports = (grunt) -> grunt.config 'stylus', add([['main', { src: '**/*.styl' ext: '.css' + options: { compress: false } }]]) # Load tasks