mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 11:09:51 +00:00
Update.
This commit is contained in:
parent
0afa9774cc
commit
bb8e2d6419
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
|||
PAGES=../elm-mdl-gh-pages
|
||||
PAGES=../../elm-mdl-gh-pages
|
||||
|
||||
comp:
|
||||
elm-make examples/Component.elm --warn --output elm.js
|
||||
|
@ -10,7 +10,7 @@ docs:
|
|||
elm-make --docs=docs.json
|
||||
|
||||
wip-pages :
|
||||
elm-make examples/Demo.elm --output $(PAGES)/wip.js
|
||||
(cd demo; elm-make Demo.elm --output $(PAGES)/wip.js)
|
||||
(cd $(PAGES); git commit -am "Update."; git push origin gh-pages)
|
||||
|
||||
pages :
|
||||
|
|
Loading…
Reference in a new issue