Compress CSS output

This commit is contained in:
Josh Lockhart
2015-09-27 19:32:49 -04:00
parent a7e08ea53a
commit 8a766a21a9
3 changed files with 3 additions and 355 deletions

View File

@@ -6,6 +6,7 @@ module.exports = function(grunt) {
dist: {
options: {
cleancss: true,
compress: true,
ieCompat: true
},
files: {

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,6 @@
}
body{
counter-reset: chapter;
font-size: 24px;
line-height: 32px;
}