mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Don't compress css
This commit is contained in:
@@ -211,6 +211,7 @@ module.exports = (grunt) ->
|
||||
grunt.config 'stylus', add([['main', {
|
||||
src: '**/*.styl'
|
||||
ext: '.css'
|
||||
options: { compress: false }
|
||||
}]])
|
||||
|
||||
# Load tasks
|
||||
|
||||
Reference in New Issue
Block a user