WIP: Strip tests, examples, and tgzs from distribution - #1347
Open
rmg wants to merge 1 commit into
Open
Conversation
|
+1 |
rmg
force-pushed
the
honey-i-shrunk-the-ark
branch
from
January 7, 2016 21:46
bafd424 to
c5b84a9
Compare
rmg
force-pushed
the
honey-i-shrunk-the-ark
branch
from
January 16, 2016 01:41
c5b84a9 to
cd09468
Compare
Member
Author
|
@jtary @anthonyettinger here's some low hanging fruit.. Probably don't need to ship all the themes! |
rmg
force-pushed
the
honey-i-shrunk-the-ark
branch
2 times, most recently
from
January 16, 2016 20:12
ed8e298 to
af0a5ec
Compare
Member
Author
|
The published tarball for strong-arc-1.8.7 is 10M. So far this PR brings it down to 7.8M. |
Member
Author
|
Down to 7.1M by stripping tests from vendored modules. |
Trims about 1MB off the size of strong-arc-*.tgz, bringing it back down to just below 10MB. Strip unused jQueryUI themes cuts 4MB from unpacked size. Strip unprocessed source for jQuery and moment, which are only used for rebuilding the distributed versions of those modules. Strip tests from vendored modules, including sub-tests for Angular directives.
rmg
force-pushed
the
honey-i-shrunk-the-ark
branch
from
January 16, 2016 21:36
af0a5ec to
514914c
Compare
Member
Author
|
Down to 6.8M by more accurately stripping the vendored tests. Experimenting with some overly broad exclusions, I'm fairly confident that @jtary and @anthonyettinger could take this as a starting point and get the final tarball down to 6M or less by sorting out the use of minified vs. non-minified vendored scripts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Trims about 1MB off the size of strong-arc-*.tgz, bringing it back
down to just below 10MB:
TODO: