Reduce theme bundle size by using minified libraries #1039
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
In additional effort to #1037/#1038 and reduce the size of the theme bundle, I've pointed
async
,jquery-zoom
, andpace
to their minified versions.Screenshots
before
![1_before](https://user-images.githubusercontent.com/5056945/27941952-4a6a38f8-6288-11e7-9d84-16969a0adeee.png)
after
![2_after](https://user-images.githubusercontent.com/5056945/27941953-4a6e75e4-6288-11e7-975d-85814c318785.png)