In layman's terms, jQuery Builder allows programmers to build their own version of jQuery, without having to mess with the code itself.
Developers will be able to slim down jQuery's file size by eliminating the modules they don't use or have found a better slimmer alternative somewhere else.
Using a simple GUI or the Node.js terminal, they can opt to skip the modules they don't want in their personal build.
jQuery Builder works with both major branches of the jQuery framework, 1.x and 2.x.
jQuery modules that can be packaged:
Ajax
CSS
Deprecated
Dimensions
Effects
Offset
Event-alias
Wrap
Sizzle
What is new in this release:
- Added jQuery 1.11.0 support.
What is new in version 0.5.1:
- Changed URL to rawgithub for the pull.
- Updated filesizes.
What is new in version 0.4.0:
- Cleaned up output on generate.
- Added bytesize dep, pretty filesizes.
- Call done() after generate done.
What is new in version 0.3.0:
- Removed ajax submodules (for now).
- Updated generate for new module setup.
- Clean / from filenames.
- Updated bin to point to tagged dist folder.
- Added jQuery to npmignore.
- Updated bin to show modules based on version.
- Updated to allow for each version to define their own modules.
- Added dev task and added data.json to watch.
- Tweaked cmd run for grunt-build.
- Changed test checkout to 1.9.1.
- Assertions for grunt-build.
- Updated timeout for mocha.
- Added .npmignore.
What is new in version 0.2.0:
- Changed bin to grab from Github
- Updated jQuery submodule
- List available versions
- Remove node_modules directory when checking out
- Console.log errors
- Added jQuery 1.9.1
- Updated deps
What is new in version 0.1.0:
- Removed old versions and added 1.8.3 to data.json
- Added 1.8.3
- Removed old versions
What is new in version 0.0.2:
- Added homepage link.
- Build for 1.8.1, fixed sorting of excludes.
- Updated jQuery submodule to 1.8.1.
- Sort excludes before getting filename.
Requirements:
- Node.js
Comments not found