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

What Meteor packages are needed? #2

Open
alesch opened this issue Aug 12, 2015 · 1 comment
Open

What Meteor packages are needed? #2

alesch opened this issue Aug 12, 2015 · 1 comment

Comments

@alesch
Copy link

alesch commented Aug 12, 2015

In app-lib you define all Meteor platform dependecies.

How do you know which ones to include?
meteor list gives you some, and cat .meteor/versions gives you all the packages.
But some of those packages are dependencies from other packages.

Thanks in advance!

@coopermaruyama
Copy link
Owner

I'll look into this, but off the top of my head you should be able to remove these:

    'iron:router',
    'coffeescript',
    'fourseven:scss',
    'jquery',
    'accounts-ui',
    'spiderable',
    'aldeed:template-extension',
    'reactive-var',
    'less',
    'markdown',

I'm going to keep this open till I can make sure exactly which ones are absolutely necessary to run meteor. I know that a few are necessary to even get meteor to run.

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