gruntjs / grunt-contrib-cssmin

Compress CSS files.
http://gruntjs.com/
MIT License
793 stars 147 forks source link

require more elaborative errors #276

Closed ashish-joshi-sr closed 7 years ago

ashish-joshi-sr commented 8 years ago

when i run the task.. it had error displaying below lines

Running "cssmin:target" (cssmin) task
>> unexpeced content : '
>> }'. Ignoring.
>> 1 file created.

but the produced minified css had lot of issues. can you please add that in which file and which line it encountered issue? so I can look for it.

XhmikosR commented 7 years ago

I believe such issues should be reported upstream.

Also, the next version which will use clean-css v4.0.0 might solve this.