gruntjs / grunt-contrib-cssmin

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

Adds support for asynchronous processing #225

Closed tkambler closed 8 years ago

tkambler commented 9 years ago

In order for clean-css to process @import calls that reference remote resources, the library must be called asynchronously, as documented here.

Grunt-contrib-cssmin does not currently do this. As a result, any attempts to compile css files that reference remote resources fail. This PR fixes this issue.

macgyver76 commented 8 years ago

Any progress on this?