lupuswwww / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

Support building in CLI #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of CssMin are you using (source and/or build)?
3.0.1

What was the input stylesheet and/or configuration options?
n/a

What is the expected result?
n/a

And what is the actual result and/or error message?

Please provide any additional information below.
Patch attached for tools/build.php to support CLI (print out basic message, not 
HTML).

Original issue reported on code.google.com by audvare on 19 Jan 2012 at 3:25

Attachments:

GoogleCodeExporter commented 8 years ago
Just letting everyone know I have an ebuild for Gentoo Portage that will 
install CssMin.php into /usr/share/php. It has the patches for no-quoting 
keyframe names for @-moz-keyframes and support for @-ms-keyframes and 
@-o-keyframes.

https://github.com/tatsh/tatsh-overlay

Get my overlay, and emerge dev-php/cssmin

Just make sure /usr/share/php is in your include path in your script.
require 'CssMin.php';

and use the API as normal.

Original comment by audvare on 19 Jan 2012 at 3:48