This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Elm Sprockets Integration for Rails 3 | |
# | |
# I'm working on turning this into a Gem - see https://github.com/NoRedInk/sprockets-elm - but | |
# I know a lot more about Elm than I do Rails, and haven't gotten that version working yet. | |
# If you know how to help Gemify this, by all means please hit me up! https://twitter.com/rtfeldman | |
# I could definitely use the help. | |
# | |
# Anyway, in the meantime, this is what we're using at NoRedInk to integrate Elm into our asset | |
# pipeline, and it works like a charm. Just copy this into config/initializers/elm_sprockets.rb | |
# |