Add elm-watch configuration
This commit is contained in:
parent
2435ecb5ff
commit
168853bef8
1 changed files with 10 additions and 0 deletions
10
www/elm-watch.json
Normal file
10
www/elm-watch.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"targets": {
|
||||
"My target name": {
|
||||
"inputs": [
|
||||
"src/App.elm"
|
||||
],
|
||||
"output": "public/elm.js"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue