Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Build: Improve custom build module ordering and CSS production#7892

Closed
gabrielschulhof wants to merge 3 commits intojquery-archive:masterfrom
gabrielschulhof:custom-builds
Closed

Build: Improve custom build module ordering and CSS production#7892
gabrielschulhof wants to merge 3 commits intojquery-archive:masterfrom
gabrielschulhof:custom-builds

Conversation

@gabrielschulhof
Copy link

Constructing a custom structure, theme, and combined CSS for a given value of the --modules command line parameter was missing. This PR implements that.

The order in which modules are specified on the command line is not necessarily correct. The order in which they are specified in js/jquery.mobile.js is correct. So far, js/jquery.mobile.js was being parsed using regular expressions to retrieve the list of modules as it appears in js/jquery.mobile.js. This PR improves upon that by retrieving the list from js/jquery.mobile.js by parsing the file using esprima.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.6% when pulling ba068aa on gabrielschulhof:custom-builds into ab24dd4 on jquery:master.

@gabrielschulhof gabrielschulhof deleted the custom-builds branch March 23, 2015 13:24
@gabrielschulhof gabrielschulhof restored the custom-builds branch March 23, 2015 14:02
@arschmitz
Copy link
Contributor

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants