Add A2 poster, fix pointer events, add templates to build output
This commit is contained in:
parent
d50fd663ef
commit
aaa7439b02
4 changed files with 2364 additions and 6 deletions
|
@ -25,10 +25,12 @@ fi
|
|||
cp -r assets/layers/ dist/assets/layers/
|
||||
cp -r assets/themes/ dist/assets/themes/
|
||||
cp -r assets/svg/ dist/assets/svg/
|
||||
cp -r assets/templates/ dist/assets/templates/
|
||||
cp -r assets/tagRenderings/ dist/assets/tagRenderings/
|
||||
cp assets/*.png dist/assets/
|
||||
cp assets/*.svg dist/assets/
|
||||
|
||||
|
||||
SRC_MAPS="--no-source-maps"
|
||||
BRANCH=`git rev-parse --abbrev-ref HEAD`
|
||||
echo "The branch name is $BRANCH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue