Skip to content

Commit

Permalink
skip images
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Nov 28, 2019
1 parent 59a6196 commit 2e85e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -40,7 +40,7 @@ fi
if [ "$VERBOSE" = true ]; then
echo "Remove unrequired files (marked with generated suffix)"
fi
#rm "${OUTPUT_PATH}/Resources/public/images/*.png"
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 2e85e55

Please sign in to comment.