sglanzer-deprecated/ember-cli-blanket

Cannot read property error on localhost:4200/tests

Closed this issue · 5 comments

I did an ember install ember-cli-blanket.

I'm getting the following error on the localhost:4200/tests
screen shot 2016-04-21 at 10 09 15 am

I'm not getting this error on localhost:4200/tests?coverage

  • Note: I did modify the code generated by ember install ember-cli-blanket

@dafortin did you run against #c992c5efb4d154292a5c04233727a7a282f0e318

It's not released so wouldn't expect it to be resolved unless you run against that sha

That was a regression - fixed in #133

not yet release but feel free to verify against that commit.

I will try it :) Thanks !

@jschilli I'm new to git hub and to ember. Any reference or hint on how I can use a version that was not release yet?

no problem

if you update your package.json to a git url reference e.g. http://stackoverflow.com/a/18049685

e.g. "broccoli-ember-inline-template-compiler": "git://github.com/jschilli/broccoli-ember-inline-template-compiler.git#use-bower-template-compiler",

but substituting in the correct values.

On Apr 21, 2016, at 3:33 PM, David Fortin notifications@github.com wrote:

@jschilli https://github.com/jschilli I'm new to git hub and to ember. Any reference or hint on how I can use a version that was not release yet?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub #135 (comment)

Regression done. Fixed.