Move SVGs into separate directory.
parent
7968f301c2
commit
168ca200ee
2
build.sh
2
build.sh
|
@ -3,4 +3,4 @@
|
||||||
tsc
|
tsc
|
||||||
tailwindcss -i ./src/main.css -o ./dist/main.css
|
tailwindcss -i ./src/main.css -o ./dist/main.css
|
||||||
cp ./src/index.html ./dist/index.html
|
cp ./src/index.html ./dist/index.html
|
||||||
cp ./src/*.svg ./dist
|
cp ./img/* ./dist
|
||||||
|
|
Before Width: | Height: | Size: 930 B After Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 544 B |
Before Width: | Height: | Size: 554 B After Width: | Height: | Size: 554 B |
Loading…
Reference in New Issue