Skip to content

Commit 1b6974f

Browse files
committed
rework docs (for GH Pages)
1 parent 991df76 commit 1b6974f

File tree

7 files changed

+80
-81
lines changed

7 files changed

+80
-81
lines changed

Diff for: .gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
elm.min.js linguist-vendored
1+
docs/*.js linguist-vendored

Diff for: .gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
elm-stuff/
2-
elm.js
3-
2+
docs/elm.js

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
elm.min.js: elm.js
1+
docs/elm.min.js: docs/elm.js
22
closure-compiler --js $< --js_output_file $@
33

4-
elm.js: Main.elm
4+
docs/elm.js: Main.elm
55
elm make --optimize --output=$@ $<

Diff for: docs/elm.min.js

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: index.html renamed to docs/index.html

File renamed without changes.

Diff for: elm.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"source-directories": [
44
"."
55
],
6-
"elm-version": "0.19.0",
6+
"elm-version": "0.19.1",
77
"dependencies": {
88
"direct": {
99
"avh4/elm-color": "1.0.0",
@@ -25,4 +25,4 @@
2525
"direct": {},
2626
"indirect": {}
2727
}
28-
}
28+
}

Diff for: elm.min.js

-74
This file was deleted.

0 commit comments

Comments
 (0)