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

Couldn't find file 'handlebars' #493

Closed
jockmac22 opened this issue Aug 24, 2015 · 3 comments
Closed

Couldn't find file 'handlebars' #493

jockmac22 opened this issue Aug 24, 2015 · 3 comments

Comments

@jockmac22
Copy link

I'm trying to use ember-source 1.13, if I use 1.9 I don't get this problem. Can you help with this at all?

I have read this issue: #151

When I try to access my page, it says "Couldn't find file 'handlebars'", and references this line in my application.js file:

//= require handlebars

As per that story I added:

config.ember.variant = :development

in my config/environments/development.rb and it has not made a difference.

Any thoughts on why this is happening?

@roblafeve
Copy link

1️⃣

@tricknotes
Copy link
Member

Ember 1.13 no longer require handlebars, so you can remove //= require handlebars form your js.
If you want to use handlebars other than Ember template, please add gem 'handlebars-source' to your Gemfile.

If it doesn't help you, feel free to reopen this issue :-)

@roblafeve
Copy link

@tricknotes thanks!

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

3 participants