From 9977f8fce068183553cc248422ca3e489e0ad910 Mon Sep 17 00:00:00 2001 From: Erudition Date: Wed, 15 Nov 2023 20:40:26 -0600 Subject: [PATCH] Move elm patches script to file --- elm-patches/patch-elm-libraries.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 elm-patches/patch-elm-libraries.sh 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