Skip to content

Commit

Permalink
Fix: detection of asset changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Sep 16, 2019
1 parent 50f4a71 commit 6655566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ buildrelease() {
fi

echo "Minifying and compressing html"
if minify html htdocs/index.html dist/htdocs/index.html.gz
if ! minify html htdocs/index.html dist/htdocs/index.html.gz
then
ASSETSCHANGED=1
fi
Expand Down

0 comments on commit 6655566

Please sign in to comment.