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

loading selectively? #36

Open
dcsan opened this issue Dec 29, 2015 · 1 comment
Open

loading selectively? #36

dcsan opened this issue Dec 29, 2015 · 1 comment

Comments

@dcsan
Copy link

dcsan commented Dec 29, 2015

does this package include all components with each build, even if not used?

or only the ones that are somehow defined in a

const {
  Card, CardHeader, Avatar, CardTitle, CardText, CardActions,
} = MUI;

block?

I'm having trouble with my code reload taking ages and wonder if I could speed up rebuilds by trimming some components out.
https://forums.meteor.com/t/tips-how-to-keep-rebuild-times-fast/15562

@mrphu3074
Copy link
Owner

There are 2 kind of packages in meteor:

  • Local package (rebuild when code change)
  • Smart/ Global package (built before publish to http://atmospherejs.com and no build again)

So i think you need to find another reason. But i realize building slower since Meteor 1.2.x

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

2 participants