Search and Top Navigation
#2963 closed feature (fixed)
Opened June 06, 2008 03:35AM UTC
Closed June 26, 2008 10:23AM UTC
Include minified javascript with zip package
Reported by: | mfb | Owned by: | eduardo |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | [meta] ui.themeroller | Version: | 1.5rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We've been working on a jQuery UI drupal module -- http://drupal.org/project/jquery_ui -- to make it easy for drupal developers to integrate jQuery UI with their modules and themes. The module README instructs users to download the jQuery UI package from ui.jquery.com and extract in the appropriate directory. Based on the beta package layout, the module provided config options for site admins to serve either minified, packed or source javascript.
Now however the rc package provides only the source javascript so we would need to remove these options from the module.
I was wondering what are the plans for the final release's package layout? Offering minified javascript in the package would be very useful so I hope that can be continued.
We could look at providing minified javascript by supporting the "build your download" tool, however the module was designed around the idea of each page including only the small amount of javascript that it needs, so multiple small js files are preferable (drupal has its own built-in js aggregator).