Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce normalizeDefines as an option to allow for faster builds #315

Closed
jrburke opened this issue Nov 17, 2012 · 0 comments
Closed

Introduce normalizeDefines as an option to allow for faster builds #315

jrburke opened this issue Nov 17, 2012 · 0 comments
Milestone

Comments

@jrburke
Copy link
Member

jrburke commented Nov 17, 2012

Right now define() calls are always normalized to have dependency arrays for non-layer JS files in a build directory. However, if the files are not going to be minified, this does not need to be done, and drastically speeds up the unit tests if turned off.

So allow for turning that off, by default when optimize: "none", but allow for explicit skipping or forcing.

jrburke added a commit that referenced this issue Nov 17, 2012
… and refs #315, rename normalizeDefines to normalizeDirDefines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant