I have a project (based on elm-create-app) using some Elm package from http://package.elm-lang.org/. I want to modify this package; how can I do that? Ideally, the “hot reloader” should detect it and rebuild the project (when I tried editing the files in elm-stuff/packages
, nothing seemed to happen…)
Per the FAQ, should I move the source of the package to some other dir, and add the new dir to source-directories
in elm-package.json
? If yes, should I then also remove it from dependencies
section?