Skip to content

Commit

Permalink
Merge pull request #477 from keymanapp/fix/cdn-debug-clean
Browse files Browse the repository at this point in the history
fix: clean CDN cache on --debug
  • Loading branch information
darcywong00 authored Oct 7, 2024
2 parents d61a1f9 + d1a5bf5 commit 8437c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/init-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ if [[ ! $1 =~ "debug" ]]; then
php -d include_path=/var/www/html/_includes:. cdnrefresh.php
cd ..
else
echo "Skip Generating CDN"
echo "Skip Generating CDN and clean CDN cache"
rm -rf cdn/deploy
fi

0 comments on commit 8437c1c

Please sign in to comment.