mirror of
https://codeberg.org/setop/elm-markitup.git
synced 2025-10-07 23:39:57 +00:00
9 lines
352 B
Bash
Executable File
9 lines
352 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
elm make --optimize --output=js/miu-demo.js src/Miudemo.elm
|
|
|
|
{ cat js/jquery.js js/jquery.markitup.js js/custom-element-markitup.js js/miu-demo.js ; echo 'Elm.Miudemo.init({node: document.getElementById("elm")});'; } | google-closure-compiler -W QUIET > out.js
|
|
|
|
sh <(awk -f qq.awk miu-demo.qq.html | sed '1s/%%%/"%%%"/') > index.html
|
|
|