checksum would be MD5.
File structure would be css_[md5]_[md5].css
First md5 is the bundle, second md5 is the md5 of all the files checksum (md5s).

Rather than generating the same bundle for 10 multisites let one generate it and the rest use it. This is assuming that the 10 multisites will use relatively the same css/js files in the aggregate. It's an interesting idea, not sure how good of one it is.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Closed (won't fix)

not going to happen any time soon.

klonos’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Closed (won't fix) » Postponed

...coming from #1757536-30: Move settings.php to /settings directory, fold sites.php into settings.php where this issue was mentioned/linked. Sorry for changing the status, but "not any time soon" sounds more like postponed rather than "ain't gonna happen" that wontfix status states.

markhalliwell’s picture

Title: Nutty idea: unified aggregate directory. Very useful for large multisites. » Unified Aggregation Directory
Component: Miscellaneous » Bundler
Assigned: Unassigned » markhalliwell
Status: Postponed » Active

Interesting idea. I'll second that it probably won't happen anytime soon (I'm just tryin to get the 7.x-1.x branch to a stable release at this point lol), but I'll definitely keep this open for consideration.

markhalliwell’s picture

Status: Active » Postponed

oops, didn't mean to change that one

mikeytown2’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Component: Bundler » Code
Status: Postponed » Active

This is now "possible" with the latest code. Hasn't been implemented though. Hardest part is will be keeping the counter in sync. Will most likely need a file in order to do it.

mikeytown2’s picture

Issue tags: +submodule

adding tag

mikeytown2’s picture

Assigned: markhalliwell » Unassigned
mikeytown2’s picture

Status: Active » Fixed
FileSize
5.49 KB

This patch has been committed

Status: Fixed » Closed (fixed)
Issue tags: -submodule

Automatically closed -- issue fixed for 2 weeks with no activity.