diff --git a/elm-patches/patch-elm-libraries.sh b/elm-patches/patch-elm-libraries.sh new file mode 100644 index 00000000..c58433d4 --- /dev/null +++ b/elm-patches/patch-elm-libraries.sh @@ -0,0 +1,7 @@ +# TODO only run if pathces are not already applied + +# TODO how to get elm to re-compute only the selected packages without blowing them all away +rm -rf ~/.elm/0.19.1/packages/ && \ +elm make --output=/dev/null elm-patches/dummyproject/Dummy.elm && \ +make --directory ./elm-patches && \ +rm -rf elm-stuff \ No newline at end of file