Skip to content

Commit f66bba8

Browse files
committed
move non-core files out of core
1 parent 66a761d commit f66bba8

File tree

7 files changed

+5
-10
lines changed

7 files changed

+5
-10
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/elm-stuff/
2+
/elm-home/

Diff for: core/LICENSE renamed to LICENSE

File renamed without changes.

Diff for: core/NEWS renamed to NEWS

File renamed without changes.

Diff for: core/.gitignore

-7
This file was deleted.

Diff for: core/custom-core.sh renamed to tools/custom-elm-std.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ if [[ -d "$CORE_VERSIONS_DIR" ]]; then
3434
fi
3535
else
3636
printf "INIT "
37-
./init-elm-home.sh > /dev/null
37+
../tools/init-elm-home.sh > /dev/null
3838
fi
3939

4040
CORE_VERSION=$(ls $CORE_VERSIONS_DIR)
4141
CORE_PACKAGE_DIR="$CORE_VERSIONS_DIR/$CORE_VERSION"
4242

43-
./stub.py "$ELM_HOME/$ELM_VERSION/packages/elm/time"
44-
./stub.py "$ELM_HOME/$ELM_VERSION/packages/elm/random"
43+
../tools/stub.py "$ELM_HOME/$ELM_VERSION/packages/elm/time"
44+
../tools/stub.py "$ELM_HOME/$ELM_VERSION/packages/elm/random"
4545

4646
rm -rf "$CORE_PACKAGE_DIR" > /dev/null
4747
mkdir "$CORE_PACKAGE_DIR"
File renamed without changes.

Diff for: core/stub.py renamed to tools/stub.py

File renamed without changes.

0 commit comments

Comments
 (0)