Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should iron-router be a dependency? #20

Open
zvictor opened this issue May 15, 2014 · 2 comments
Open

Should iron-router be a dependency? #20

zvictor opened this issue May 15, 2014 · 2 comments

Comments

@zvictor
Copy link

zvictor commented May 15, 2014

I understand that iron-router uses blaze-layout as dependency, but why the other way around? Isn't this a mistake?

$ mrt create myProject
myProject: created.

To run your new app:
   cd myProject
   meteor

$ cd myProject/
$ mrt add blaze-layout
✓ blaze-layout
    tag: https://github.com/EventedMind/blaze-layout.git#v0.2.5

Done installing smart packages

Stand back while Meteorite does its thing

Done installing smart packages

Ok, everything's ready. Here comes Meteor!

=> Errors while scanning packages:

While building package `blaze-layout`:
error: no such package: 'iron-router'
@cmather
Copy link
Owner

cmather commented May 15, 2014

Yes that appears to be an error.

On May 15, 2014, at 8:15 AM, zVictor [email protected] wrote:

I understand that iron-router uses blaze-layout as dependency, but why the other way around? Isn't this an error?

$ mrt create myProject
myProject: created.

To run your new app:
cd myProject
meteor

$ cd myProject/
$ mrt add blaze-layout
✓ blaze-layout
tag: https://github.com/EventedMind/blaze-layout.git#v0.2.5

Done installing smart packages

Stand back while Meteorite does its thing

Done installing smart packages

Ok, everything's ready. Here comes Meteor!

=> Errors while scanning packages:

While building package blaze-layout:
error: no such package: 'iron-router'

Reply to this email directly or view it on GitHub.

@cmather
Copy link
Owner

cmather commented Jul 1, 2014

This is all fixed up with a new layout package:
https://github.com/eventedmind/iron-layout

IronRouter integration is on a feature branch: feature/iron-layout. After some app testing we'll do a patch release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants