pages: cleanup
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# README_HTML=`pandoc -f gfm -t html5 ../README.md`
|
||||
|
||||
cp -Rf ./src/*.html ./tmp/
|
||||
tsc ./src/main.ts --outDir ./tmp/ -lib es2015,dom -t es2015
|
||||
tsc ./src/main.ts --outDir ./tmp/ -lib es2019,dom -t es2015
|
||||
|
||||
for FILE in ./tmp/*; do
|
||||
minify "${FILE}" > "./dist/${FILE/.\/tmp\/}"
|
||||
|
||||
Reference in New Issue
Block a user