Ignore Main.min.js
The elm2nix expression builds my code as Main.min.js. As such, I changed my index.html to require Main.min.js instead of elm.js. When I run elm-live now, I make sure that I output Main.min.js as well. I need to gitignore this to exclude it from my repository though.
This commit is contained in:
parent
720d727d64
commit
ddbd7e2ef5
1 changed files with 1 additions and 1 deletions
2
website/sandbox/learnpianochords/.gitignore
vendored
2
website/sandbox/learnpianochords/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
/elm-stuff
|
/elm-stuff
|
||||||
/elm.js
|
/Main.min.js
|
||||||
/output.css
|
/output.css
|
Loading…
Reference in a new issue