Compress CSS output
This commit is contained in:
parent
77f3aa7dce
commit
7b9e4bc8b0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module.exports = function(grunt) {
|
||||||
sass: {
|
sass: {
|
||||||
dist: {
|
dist: {
|
||||||
options: {
|
options: {
|
||||||
style: 'expanded'
|
style: 'compressed'
|
||||||
},
|
},
|
||||||
files: { 'style.css': 'scss/style.scss' }
|
files: { 'style.css': 'scss/style.scss' }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue