meteor-dust icon indicating copy to clipboard operation
meteor-dust copied to clipboard

What Meteor packages are needed?

Open alesch opened this issue 9 years ago • 1 comments

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!

alesch avatar Aug 12 '15 15:08 alesch

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.

coopermaruyama avatar Aug 18 '15 03:08 coopermaruyama