Closed mitar closed 8 years ago
Or probably better solution would be that orion:core
would not imply orion:base
, just depend on it.
This is now a better fix.
Has this version been published to atmosphere? I ran in the exaclty described problem with BlazeComponents.
Edit: sorry, did not realized, that this PR is not merged yet.
This will be fixed in 1.8
:+1: awesome
I would like to complain a bit. The approach in this repository where so many packages are
imply
ed, makes it really hard to reuse this system with other Meteor packages:It destroys the whole purpose of dependencies by creating one monolithic package you can or cannot use.
For example, it is now impossible to use
orionjs:core
together with Blaze Components becauseorionjs:core
impliesorionjs:base
which impliesblaze-html-templates
. Why it has to imply it and not just depend on it? This makes it problematic for users who would like to swaptemplating
with Blaze Components and get also server side rendering.