0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Compiles Elm Modules to Sprockets-friendly JavaScript
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.2.22.2
 Project Readme

This package is no longer maintained!

Reach out to mike@noredink.com 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 call npm 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!