meteor-dust
meteor-dust copied to clipboard
What Meteor packages are needed?
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!
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.