Update file to docs

This commit is contained in:
Caijinglong
2019-08-20 11:03:49 +08:00
parent 82fe179b7f
commit e74dcfd54d
7 changed files with 10 additions and 7 deletions

View File

@@ -1,8 +1,11 @@
dist=docs
webdev build
rm -rf dist
mkdir dist
cp build/*.ico dist
cp build/*.jpg dist
cp build/*.html dist
cp build/*.js dist
cp build/*.css dist
rm -rf $dist
mkdir $dist
cp build/*.ico $dist
cp build/*.jpg $dist
cp build/*.html $dist
cp build/*.js $dist
cp build/*.css $dist
echo "copy path to $dist"

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB