ericmckean / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Allow pre-execution of a cssgenerating php file. #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like minify to execute some scripts and take their output. This is
because I would like to let that script runtime generate css from hss.
http://ncannasse.fr/projects/hss

Original issue reported on code.google.com by Kramieb@gmail.com on 15 Sep 2009 at 3:09

GoogleCodeExporter commented 9 years ago
I think this is already possible via the API in a few different ways, and I'll 
be 
happy to assist on the google group. You'll probably have to extend the 
Minify_Source class and place the resulting object in groupsConfig.php.
It might be cleaner to make this a standalone file rather than try to wedge it 
into 
the standard "min" app.

Original comment by mrclay....@gmail.com on 15 Sep 2009 at 11:00