Commit a62dea5d authored by Boris Kocherov's avatar Boris Kocherov

disable compress css files

parent f4365530
...@@ -140,7 +140,7 @@ module.exports = function(grunt) { ...@@ -140,7 +140,7 @@ module.exports = function(grunt) {
less: { less: {
production: { production: {
options: { options: {
compress: true, compress: false,
plugins: [ plugins: [
// new (require('less-plugin-clean-css'))() // new (require('less-plugin-clean-css'))()
] ]
...@@ -225,7 +225,7 @@ module.exports = function(grunt) { ...@@ -225,7 +225,7 @@ module.exports = function(grunt) {
grunt.config('less.uriPostfix', { grunt.config('less.uriPostfix', {
options: { options: {
compress: true, compress: false,
ieCompat: false ieCompat: false
}, },
files: { files: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment