-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Ember 3.0 - 3.2 #619
Conversation
library: 'ember.js', | ||
fileName: 'ember.debug.js' | ||
}, | ||
|
||
'ember-template-compiler': { | ||
pakage: 'ember-source', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here, should be package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha, package turned out to be a reserved word. So I misspelled it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ha! kk
Has this been deployed? I copied the blueprint for twiddle.json out of this PR and into the site and it doesn't work 😢 Same deal as before, |
@sdhull It has been deployed to https://canary.ember-twiddle.com |
Ohhhh thanks @Gaurav0!!! 🎉 |
Also deprecates:
Fixes #609