csso-rails icon indicating copy to clipboard operation
csso-rails copied to clipboard

CSS Optimizer(csso) ruby wrapper for Rails Asset pipeline

Results 4 csso-rails issues
Sort by recently updated
recently updated
newest added

whether it is possible to include support for the creation of source maps?

CSSO is a best compressor. Maybe we should suggest it to Sporockets by default? I will support your issue.

TypeError: console.warn is not a function (ExecJS::ProgramError) #38

When optimizing a CSS file. And `csso.js` contains this line: ```js case null:console.warn("[csstree-match] BREAK after "+os+" iterations") ``` The warn function is missing here: ```js console = { log: function(){},...