Skip to content

Commit

Permalink
fail if assets aren't found
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Apr 14, 2021
1 parent e1146df commit 3ea19f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/assetcheck.sh
Expand Up @@ -3,4 +3,5 @@
if [[ ! -e http/web_ui/index.html ]]
then
printf "Compiled UI assets not found. They can be built with: make static-dist\n\n"
exit 1
fi

0 comments on commit 3ea19f3

Please sign in to comment.