Remove *.css.map & *.js.map (#7168)

This commit is contained in:
Jaco Greeff 2017-11-29 18:04:12 +01:00 committed by GitHub
parent 538e540dde
commit a39e210742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 2 deletions

View File

@ -24,6 +24,8 @@ git remote set-url origin $PRE_REPO_TOKEN > /dev/null 2>&1
echo "*** [$PRE_REPO] Copying build"
rm -rf build
cp -rf ../.dist/build .
find . -name "*.css.map" -type f -delete
find . -name "*.js.map" -type f -delete
echo "*** [$PRE_REPO] Adding to git"
echo "$UTCDATE" >README.md

View File

@ -1 +1 @@
// test script 19
// test script 20

View File

@ -24,6 +24,8 @@ git remote set-url origin $PRE_REPO_TOKEN > /dev/null 2>&1
echo "*** [$PRE_REPO] Copying build"
rm -rf build
cp -rf ../.dist/build .
find . -name "*.css.map" -type f -delete
find . -name "*.js.map" -type f -delete
echo "*** [$PRE_REPO] Adding to git"
echo "$UTCDATE" >README.md

View File

@ -1 +1 @@
// test script 24
// test script 25