dnagir / ruby-haml-js

HAML-JS Tile and Rails 3.1 Template
MIT License
86 stars 13 forks source link

Updated haml.js to the last version #11

Closed ttp closed 11 years ago

ttp commented 11 years ago

Looks like current version does not support

:else if
:else

Added configurable haml_path:

# config/application.rb
RubyHamlJs::Template.haml_path = "#{config.root}/vendor/assets/javascripts/haml.js"
dnagir commented 11 years ago

@ttp thanks for the PR. Could you please update the README RE haml_path and I'll merge & release it then.

daviscabral commented 11 years ago

Any update about merging this? :-) :+1:

dnagir commented 11 years ago

Didn't have time to add the new option to readme, thus no release yet.

m3talsmith commented 11 years ago

Last update 3 months ago ...?

dnagir commented 11 years ago

Merged and released.

daviscabral commented 11 years ago

I believe you need change the version (maybe 0.5?).

dnagir commented 11 years ago

@daviscabral why? The version was changed 1d2d971176c53982c2117d67a1305341d50cce95 to 0.0.4 after this PR got merged.

daviscabral commented 11 years ago

Sorry, my bad. I was still using the 0.3 version here.