-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
More of a question than a bug: why are the zodiase_mdl and zodiase_mdl-assets packages so big? They are by far the biggest packages except for meteor tool itself:
After a starting my app on a fresh c9.io instance:
1.3G ./home/ubuntu/.meteor/packages
457M ./home/ubuntu/.meteor/packages/meteor-tool
190M ./home/ubuntu/.meteor/packages/zodiase_mdl-assets
140M ./home/ubuntu/.meteor/packages/zodiase_mdl
This makes it harder to use on a free c9.io instance which only has 2GB.
What are all these files?? Are there any parts I can safely delete if I'm not building for cordova?
The MDL download itself is only 27kB zipped, and a fresh npm install material-design-lite --save
results in:
66M ./home/ubuntu/node_modules/material-design-lite
25M ./home/ubuntu/.npm/material-design-lite
Why is the meteor version so much bigger?
Please don't take this at criticism though, it's just curiosity ;-) I'm really grateful for your efforts, the package makes it so easy to use MDL in Meteor!
Metadata
Metadata
Assignees
Labels
No labels