Updated build command

This commit is contained in:
Søren Debois 2016-03-14 10:51:55 +01:00
parent dae6aedca2
commit d1ccfd066e
3 changed files with 2 additions and 9 deletions

View file

@ -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

View file

@ -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.

View file

@ -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",