-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fastboot Support #30
Comments
Hi @aaronfischer. I don't have any apps using FastBoot, so I don't have much context on how to fix this or a way to test it. It looks like an issue with the way ember-data-url-templates is using bower to load I would love for ember-data-url-templates to support FastBoot, and if you have the drive to figure out how to make it so, I would super appreciate a pull-request :) |
Hey @amiel! All good, could you tell me a bit more about |
@aaronfischer Yeah, it gets imported here: https://github.com/amiel/ember-data-url-templates/blob/master/index.js#L8, but this is probably the culprit: https://github.com/amiel/ember-data-url-templates/blob/master/addon/mixins/url-templates.js#L3. |
Hello! Curious if it is anywhere in the roadmap to support FastBoot? (We love and have used ember-data-url-templates on just about every project.)
Working on converting my existing ember app to use FastBoot for the first time and I'm getting a
There was an error running your app in fastboot. More info about the error: ReferenceError: UriTemplate is not defined
.References this block:
The text was updated successfully, but these errors were encountered: