meteor / postgres-packages

Early preview of PostgreSQL support for Meteor (deprecated, here for historical reasons)
http://meteor-postgres.readthedocs.org/
158 stars 25 forks source link

Fix for addAssets allowing backwards compatibility pre 1.2 #22

Closed robfallows closed 8 years ago

robfallows commented 8 years ago

Check for api.addAssets in package.js and fallback to api.addFiles with isAsset: true if not found.