Open alesch opened 9 years ago
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.
In app-lib you define all Meteor platform dependecies.
How do you know which ones to include?
meteor list
gives you some, andcat .meteor/versions
gives you all the packages. But some of those packages are dependencies from other packages.Thanks in advance!