mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 11:06:18 +00:00
Updated build command
This commit is contained in:
parent
dae6aedca2
commit
d1ccfd066e
3 changed files with 2 additions and 9 deletions
7
Makefile
7
Makefile
|
@ -1,7 +0,0 @@
|
||||||
elm.js:
|
|
||||||
elm-make Demo.elm --output elm.js
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm -rf elm-stuff/build-artifacts elm.js
|
|
||||||
|
|
||||||
.PHONY: clean elm.js
|
|
|
@ -16,7 +16,7 @@ re-implements the CSS parts in Elm, but relies on the CSS of MDL verbatim.
|
||||||
|
|
||||||
Build the demo:
|
Build the demo:
|
||||||
|
|
||||||
> elm-make Demo.elm
|
> elm-make src/Demo.elm
|
||||||
|
|
||||||
This will construct a file `index.html`; open that in your browser.
|
This will construct a file `index.html`; open that in your browser.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"repository": "https://github.com/debois/elm-mdl.git",
|
"repository": "https://github.com/debois/elm-mdl.git",
|
||||||
"license": "BSD3",
|
"license": "BSD3",
|
||||||
"source-directories": [
|
"source-directories": [
|
||||||
"."
|
"src"
|
||||||
],
|
],
|
||||||
"exposed-modules": [
|
"exposed-modules": [
|
||||||
"Material",
|
"Material",
|
||||||
|
|
Loading…
Reference in a new issue