You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2018. It is now read-only.
I added Hamlbars to the Gemfile: gem 'hamlbars', '~> 2.1'. We're already using handlebars_assets.
I created a new file file at app/assets/javascripts/test.js.hbs.hamlbars.
I added this to that file: %p Testing.
When I open the project in my browser, I get the following error:
throwError("Haml::SyntaxError: Illegal nesting: nesting within plain text is illegal.\n (in /Users/landonschropp/Development/quve/app/assets/javascripts/test.js.hbs.hamlbars)")
I've also tried removing everything from the test file and I still get the same error.
In case there's a conflict, these are all of the asset gems we're using:
Here's what I've done:
gem 'hamlbars', '~> 2.1'
. We're already usinghandlebars_assets
.app/assets/javascripts/test.js.hbs.hamlbars
.%p Testing
.When I open the project in my browser, I get the following error:
I've also tried removing everything from the
test
file and I still get the same error.In case there's a conflict, these are all of the asset gems we're using:
The text was updated successfully, but these errors were encountered: