Skip to content

Commit 8a766a2

Browse files
committed
Compress CSS output
1 parent a7e08ea commit 8a766a2

File tree

3 files changed

+3
-355
lines changed

3 files changed

+3
-355
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = function(grunt) {
66
dist: {
77
options: {
88
cleancss: true,
9+
compress: true,
910
ieCompat: true
1011
},
1112
files: {

0 commit comments

Comments
 (0)