Skip to content

Commit 57ed5b3

Browse files
committed
Reorganize scripts
- Move build.sh into a bin directory - Refactor build.sh - Add serve.sh
1 parent 8e31b56 commit 57ed5b3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bin/build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
elm make src/Main.elm --debug --output app.js

bin/serve.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
python -m SimpleHTTPServer

build.sh

-3
This file was deleted.

0 commit comments

Comments
 (0)