Reputation: 7996
I'm trying to upgrade iron-router-progress with Meteor 0.8 and its new Blaze engine but I'm getting some problems. Iron-router-progress does not appear:
mrt remove iron-router-progress
And then, in my smart.json, I have added the following lines and run mrt update.
{
"packages": {
"iron-router-progress": {
"git": "https://github.com/Multiply/iron-router-progress.git",
"branch": "blaze-integration"
}
}
}
Everything works as expected:
✓ iron-router-progress
branch: https://github.com/Multiply/iron-router-progress.git#blaze-integration
But when I'm running meteor, I can't see the #iron-router-progress div. Am I doing something wrong?
Upvotes: 0
Views: 366
Reputation: 139
No its not.
quackadmin@quack:~/quack$ sudo meteor
[[[[[ ~/quack ]]]]]
=> Started proxy.
=> Meteor 0.8.3 is available. Update this project with 'meteor update'.
=> Started MongoDB.
=> Errors prevented startup:
While building package `iron-dynamic-template`:
error: no such package: 'blaze'
=> Your application has errors. Waiting for file change.
Upvotes: 0
Reputation: 7996
Iron-router-progress is now perfectly working with blaze.
Upvotes: 1