misc
misc copied to clipboard
About packaging 3rd party libs for Meteor.
I just read: https://github.com/awwx/misc/wiki/Packaging-Existing-Libraries-for-Meteor
It's a bit redundant. Maybe there's a better solution. Mind giving some thoughts on the following discussion? https://github.com/jspm/registry/commit/2f679c0d804b7ba84953f0160d7d6976fa542225#commitcomment-8474342
While you're there, also check out jspm itself (jspm.io). I think it'd be the best tool to use to make a single Meteor package for importing Meteor-agnostic packages (packages that don't add specific Meteor functionality, i.e. jQuery, Bootstrap, Famo.us, etc) without having to wrap every desired library in a Meteor package.