diff --git a/.gitignore b/.gitignore index e644259..485ce68 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules elm-stuff # elm-repl generated files repl-temp-* +dist diff --git a/README.md b/README.md new file mode 100644 index 0000000..bac86aa --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +elm make src/Main.elm --output=dist/main.js + diff --git a/index.html b/index.html index 442e490..a4d2bae 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@