Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
6.x-1.x-dev
Component:
CSS Compression
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2012 at 16:08 UTC
Updated:
10 Jul 2012 at 00:41 UTC
Comments
Comment #1
mikeytown2 commentedIf they can run in PHP that would be ideal. Otherwise one might need to install v8, java or python in order to use the other css compression libraries. I'm open to the idea, and creating an advagg sub module that uses one of these would be fairly easy to do.
Comment #2
ANDiTKO commentedI am very interested for http://code.google.com/p/minify/
I have used it in a simple HTML webiste and its Blazing fast!
Also it uses PHP and there are already modules for "Wordpress" and "Zend Framework" that use that code, so making a Drupal version is possible.
Comment #3
mikeytown2 commentedI've now included the YUI CSS compressor via http://code.google.com/p/minify/. Marking this as fixed.
http://drupalcode.org/project/advagg.git/commitdiff/aaf099826dd6334d4dae...
Comment #4
udvranto commentedThanks Mikey!
Comment #5
mikeytown2 commentedComment #6
mikeytown2 commentedStarted to watch this repo as this appears to be the true source of the PHP port of YUI: https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port Will update as necessary
Comment #7
mikeytown2 commentedupdated advagg to the latest version of this library and removed Stephen Clay's minify css as it breaks things on my site (code was disabled anyway).
http://drupalcode.org/project/advagg.git/commitdiff/7ca9a519ce9e5ea23a8c...