alexspeller / emblem-rails

Emblem.js integration with rails asset pipeline
MIT License
34 stars 21 forks source link

My application.emblem Template Isn't Rendering #25

Closed LandonSchropp closed 10 years ago

LandonSchropp commented 10 years ago

I'm having difficulty integrating Emblem with a Rails 4.1 app. My application.emblem template looks like this:

div
  h1 Application

When I navigate to my application, nothing happens. I don't see any console errors, and nothing shows up. If I change the name of application.emblem to application.handlebars and the content to HTML, it works perfectly.

I've thrown my application up on GitHub if you'd like to peruse the code. Thanks in advance!

LandonSchropp commented 10 years ago

Nevermind. I'm not sure what I did, but it's working now.