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

Ignore goog files not needed for runtime on npm package #24

Open
PuKoren opened this issue Jan 19, 2017 · 0 comments
Open

Ignore goog files not needed for runtime on npm package #24

PuKoren opened this issue Jan 19, 2017 · 0 comments

Comments

@PuKoren
Copy link

PuKoren commented Jan 19, 2017

Your module when installed is very heavy, because inclusion of some files on closure/goog:

Here is the list of folders with size > 1MB in closure/goog:

du -h -d 1 | grep M
1,3M    ./net
4,3M    ./ui
4,8M    ./i18n
1,5M    ./testing
1,5M    ./demos
1,4M    ./labs
1,1M    ./dom
1,3M    ./editor
28M     .

Total module size is 29MB

I think its safe to remove at least demos, testing, maybe all .css and .html files in subfolders (there is a lot of them)?
What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant