Skip to content

Commit

Permalink
Move elm patches script to file
Browse files Browse the repository at this point in the history
  • Loading branch information
Erudition committed Nov 16, 2023
1 parent 5996686 commit 9977f8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions elm-patches/patch-elm-libraries.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9977f8f

Please sign in to comment.