Skip to content

Fixed #7404 - build.xml can run quicker.#319

Merged
jzaefferer merged 1 commit intojquery:masterfrom
techtangents:7404-build_performance
May 20, 2011
Merged

Fixed #7404 - build.xml can run quicker.#319
jzaefferer merged 1 commit intojquery:masterfrom
techtangents:7404-build_performance

Conversation

@techtangents
Copy link

Builds: used ant parallel task to run the two closure compiler steps and the yui css compressor step in parallel. The http get requests for documentation are also run in parallel. Reduced build time by about 40%. Fixed #7404 - build.xml can run quicker.

…and the yui css compressor step in parallel. The http get requests for documentation are also run in parallel. Reduced build time by about 40%. Fixed #7404 - build.xml can run quicker.
@scottgonzalez
Copy link
Member

@jzaefferer can you review this?

@techtangents
Copy link
Author

BTW - I did a build with the original build.xml, then one with the modified one, then compared the output with "diff" on linux. The actual zip files were different, but the individual files were identical. I unzipped both zips, and diff said they were identical.

@jzaefferer
Copy link
Member

Thanks! Even on my just dual core MBA down by a minute.

@jzaefferer jzaefferer merged commit a6f8019 into jquery:master May 20, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants