js aggregation

Events happening in the community are now at Drupal community events on www.drupal.org.
mikeytown2's picture

aggregated css/js 404 prevention module

Problem: If the aggregated css/js file doesn't exist then drupal is loaded, looking for it; a 404 for the file is usually the result.
Solution: Have a lookup table pairing the old file to the new one, returning the new aggregated file in the process.

Create 2 menu hooks
file_directory_path() . '/css/%'
file_directory_path() . '/js/%'

Read more
Subscribe with RSS Syndicate content