Reputation: 2630
i'm using the latest shark release of meteor to gain access to the new Blaze UI system, but I can't use mrt with it. How can I do both?
Upvotes: 1
Views: 181
Reputation: 7680
try
mrt --release shark-1-29-2014-e
or
mrt update --release shark-1-29-2014-e
These may work for newer projects, but it is also possible to use the --branch
flag, like so:
mrt create app_name --branch shark
Upvotes: 1