Closed babakness closed 10 years ago
Changing this:
if (! compileStep.archMatches('web')) {...}
to this:
if (! compileStep.archMatches('browser')) {..}
Will make it work. In other words, the commit just a few hours ago broke it.
Thanks, i assume that you run Meteor 0.8.3. Please use v0.1.7 for meteor 0.8.x. For more information: https://github.com/meteor/meteor/commit/8bcbd65344b0014aedeb700db17ad7f1c8e013a6
done
Tests fail.