mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +02:00
Compress CSS output
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = function(grunt) {
|
||||
dist: {
|
||||
options: {
|
||||
cleancss: true,
|
||||
compress: true,
|
||||
ieCompat: true
|
||||
},
|
||||
files: {
|
||||
|
Reference in New Issue
Block a user