- loaderConfigurator now renamed to pages, with configurator section supporting both v2 and v3 Cust
This commit is contained in:
6
pages/build.sh
Executable file
6
pages/build.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
[ -d "./dist" ] || mkdir ./dist
|
||||
cp -Rf ./src/*.html ./dist/
|
||||
# README_HTML=`pandoc -f gfm -t html5 ../README.md`
|
||||
tsc ./src/main.ts --outDir ./dist/ -lib es2015,dom -t es2015
|
||||
Reference in New Issue
Block a user