nucleartide / ember-elm

Write Elm in your Ember app
https://medium.com/@nucleartide/introducing-ember-elm-d47f2af73aff
Other
55 stars 7 forks source link

Misc updates #16

Closed MattCheely closed 7 years ago

MattCheely commented 7 years ago

@nucleartide This adds the ability to set options for elm-make, and enables debug mode by default when not doing a production build. It also tries to only compile .elm files from the main app, which is useful when using elm-test in a project, since compiling the tests usually fails during the application build process.

nucleartide commented 7 years ago

Awesome, I'll take a look at this later today (doing some on-call stuff for work right now).

nucleartide commented 7 years ago

This looks good to me! Going to merge. 👍

nucleartide commented 7 years ago

@MattCheely Published v0.2.0 on npm by the way.

MattCheely commented 7 years ago

Thanks!