Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

If flatten_css_imports is enabled without rewrite_css, just rewrite when flattening occurs #680

Open
GoogleCodeExporter opened this issue Apr 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Right now, flatten_css_imports requires rewrite_css, and we're in the process 
of changing it to *imply* rewrite_css (unless rewrite_css is explicitly 
forbidden, in which case flattening will be forbidden too).

We could imagine having a "flatten only" mode for css rewriting, where we don't 
rewrite images (even if image rewriting is on) and we keep the minified css iff 
some flattening occurred.  This would avoid some "explicitly forbidden" checks 
in the configuration and possibly enable a configuration that'd actually be 
useful in practice.

Original issue reported on code.google.com by jmaes...@google.com on 23 Apr 2013 at 10:44

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant