This file contains hidden or 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 integration for Sprockets 3.x (Rails 4.2) | |
# | |
# Revised version of a Sprockets 3.x processor for Elm. It supports | |
# dependencies. One little quirk is that only .js.elm files are | |
# requireable in application.js. | |
# | |
# How to use it? | |
# | |
# Put this file in your config/initializers/ and create | |
# app/assets/javascripts/MyModule.js.elm and require it in your |