faceyspacey.com
faceyspacey.com

Reputation: 2630

how do you use meteorite with development releases of meteor?

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

Answers (1)

sbking
sbking

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

Related Questions