Allow the bundler to have various levels of engagement; passive vs active, etc...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | advagg-1188974-3.patch | 1.75 KB | mikeytown2 |
Allow the bundler to have various levels of engagement; passive vs active, etc...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | advagg-1188974-3.patch | 1.75 KB | mikeytown2 |
Comments
Comment #1
Peter Bowey commentedHmmm, see this link for some 'brain' templating -> http://code.google.com/p/web-optimizator/
Comment #2
mikeytown2 commented@peter bowey
The only thing that is missing is sprite generation in CSS files.
http://code.google.com/p/web-optimizator/source/browse/trunk-stable/web....
http://groups.drupal.org/node/15399
http://drupal.org/project/spritesheets seems like the best bet as it's D7 code.
As for more advanced sprite ideas http://groups.drupal.org/node/127079 (note the demo code has been changed; see http://css-tricks.com/css-sprites-with-inline-images/ for a demo)
Comment #3
mikeytown2 commentedcommitted this patch
Comment #4
Peter Bowey commented@mikeytown2
Thanks for the related links!
Agree, CSS sprite generation is the D6/D7 next requirement.
An option to set the Advagg cache folder(s) location would be good - possibly with split cache locations for css + js. This would makes typical Nginx / Apache directives [captures w/ regex's] a little quicker - more direct. Linux users often use 'fstab' to set a 'tmpfs' for such locations...
Comment #5
Peter Bowey commentedRefer #3
The new option
looks good.
Comment #6
mikeytown2 commentedIf your using a private file system you can set the folder location. symlinks are handy for what your talking about with tmpfs.
Comment #7
mikeytown2 commented