Skip to content

Commit ae68db7

Browse files
committed
Regiter custom element
1 parent 96978bd commit ae68db7

12 files changed

+7550
-265
lines changed

build.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
set -e
2+
3+
elm make src/Main.elm --output build/demo.js
4+
5+
postcss stylesheets/index.css -o build/styles.css
6+
7+
cp index.html build/index.html
8+

0 commit comments

Comments
 (0)