-
```
When properties contain semicolons (happens for example in data: urls), CSSMin
splits it into two properties and complains about an "Incomplete property"
Here is an example (from jquery-ui) trig…
-
If you run getBundle output through a minifier before the transform gets to it, it will get removed!
Specifically this quick tip: https://www.11ty.dev/docs/quicktips/inline-css/#capture-and-minify
…
-
```
What steps will reproduce the problem?
1. Use a CSS that contains nested braces, e.g.
@media print {
a[href]:after { content: " (" attr(href) ")"; }
}
2. Configure CssMin as a preprocessor
3. …
-
```
What steps will reproduce the problem?
1. Use a CSS that contains nested braces, e.g.
@media print {
a[href]:after { content: " (" attr(href) ")"; }
}
2. Configure CssMin as a preprocessor
3. …
-
```
What version of CssMin are you using (source and/or build)?
3.0.1
When executing cssmin with PHP 5.5.9, a deprecated error is thrown:
"Deprecated: preg_replace(): The /e modifier is deprecated, u…
-
Having both `dir` and `src` is confusing. Only `src` should be needed and support globbing patterns as well.
**Actual**
``` powershell
task css {
dir "css/*.css" |
src |
cssmin |…
-
I've prepared a patch that implements the ability to optimize the css files like it is implemented for the javascript files using [http://code.google.com/p/cssmin/ cssmin] library.
I've modified a li…
-
https://github.com/fly/burrito/blob/master/templates/base.html#L25-L27
generated html:
```
```
output of `pip3.3 freeze -l`:
```
Jinja2==2.7.2
Markdown==2.3.1
MarkupSafe==0.18
Pi…
bsdlp updated
3 years ago
-
```
What version of CssMin are you using (source and/or build)?
3.0.1
When executing cssmin with PHP 5.5.9, a deprecated error is thrown:
"Deprecated: preg_replace(): The /e modifier is deprecated, u…
-
Great job with this grunt task...
I think will be good to understand better the functionality of this grunt task. Add a digram/flowchart explaining the general flow of the task (useminPrepare and use…