Navigation Menu

Skip to content

Commit

Permalink
removed icon removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Nov 28, 2019
1 parent 2e85e55 commit 693b5cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Expand Up @@ -40,7 +40,6 @@ fi
if [ "$VERBOSE" = true ]; then
echo "Remove unrequired files (marked with generated suffix)"
fi
rm "${OUTPUT_PATH}/Resources/public/images/*.png"
find "${OUTPUT_PATH}" -type f -name '*.generated.*' -delete

if [ "$VERBOSE" = true ]; then
Expand Down

0 comments on commit 693b5cb

Please sign in to comment.