Commit a62dea5d authored by Boris Kocherov's avatar Boris Kocherov

disable compress css files

parent f4365530
......@@ -140,7 +140,7 @@ module.exports = function(grunt) {
less: {
production: {
options: {
compress: true,
compress: false,
plugins: [
// new (require('less-plugin-clean-css'))()
]
......@@ -225,7 +225,7 @@ module.exports = function(grunt) {
grunt.config('less.uriPostfix', {
options: {
compress: true,
compress: false,
ieCompat: false
},
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