Closed (won't fix)
Project:
Advanced CSS/JS Aggregation
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 May 2013 at 17:45 UTC
Updated:
15 May 2014 at 00:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
mikeytown2 commentedUpdated issue summary.
Comment #1
mikeytown2 commentedNeed to do some more cleanup, but a good start
Comment #2
mikeytown2 commentedGoing to postpone this till I hear about the direction that the magic module is going to take.
Comment #3
mikeytown2 commentedMagic module handles this. Going to close this issue.
Comment #3.0
mikeytown2 commentedUpdated issue summary.
Comment #4
socialnicheguru commentedI am using the colorizer module and it does not work well when aggregated. I would like to exclude it from being bundled. would the patch in 1 help with that? do I need to install magic just for that?
Comment #5
mikeytown2 commentedMagic allows you to delete a file from being included on the page (never load that CSS/JS); what your looking for is #2149321: Create a submodule allowing one to modify every CSS & JS asset as that would allow you to set preprocess = FALSE for that file from the GUI. You can also accomplish the same thing by creating you own hook_js_alter() to set that value.
Do you have the steps needed in order to repo that bug? What settings are set, set of modules, etc...