Skip to content
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

Open
aaronfischer opened this issue Feb 14, 2017 · 3 comments
Open

Fastboot Support #30

aaronfischer opened this issue Feb 14, 2017 · 3 comments

Comments

@aaronfischer
Copy link

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:

compileTemplate: function compileTemplate(template) {
  return new UriTemplate(template);
},
@amiel
Copy link
Owner

amiel commented Feb 14, 2017

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 UriTemplate though.

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 :)

@aaronfischer
Copy link
Author

Hey @amiel!

All good, could you tell me a bit more about UriTemplate? Assuming this is an npm dependency that your addon loads/exposes globally?

@amiel
Copy link
Owner

amiel commented Feb 14, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants