elm_sprockets
elm_sprockets copied to clipboard
Sprockets preprocessor for Elm
This package is no longer maintained!
Reach out to [email protected] if you would like to take over maintenance
This works with Rails 3.2
This requires some piping together with npm & elm-make that we haven't quite figured out process-with. At the very least, you're going to need to:
- copy the
package.json
from this repo in to your rails repo and callnpm install
- create an initializer in
config/initializers/elm_sprockets.rb
with the following contents:
ElmSprockets.initialize(Rails.application)
At some point we'll figure out generators, etc. For now: This is it!