Skip to content

Build: Don't use .min.js extension for individual source files #1466

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

Closed
wants to merge 1 commit into from

Conversation

scottgonzalez
Copy link
Member

We don't actually use these files for anything other than size comparisons,
but having the .min.js extension means that AMD is broken.

Note: If you're using AMD with the minified files, just run a build instead.

Fixes #10674

@rxaviers Can you just re-confirm that these file aren't used by download builder?

We don't actually use these files for anything other than size comparisons,
but having the .min.js extension means that AMD is broken.

Note: If you're using AMD with the minified files, just run a build instead.

Fixes #10674
@rxaviers
Copy link
Member

rxaviers commented Mar 4, 2015

@scottgonzalez correct. Download Builder generates the minified files. Those are not used.

@tjvantoll
Copy link
Member

👍 This is much simpler than I thought it would be.

@scottgonzalez
Copy link
Member Author

This is much simpler than I thought it would be.

That's because I took the simple way out ;-) The hard way would be stripping the wrappers and then saying "HA, for real don't use AMD on minified files." 😏

@scottgonzalez scottgonzalez deleted the amd-minified branch March 5, 2015 14:12
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.

4 participants