Skip to content

Commit

Permalink
Build glb assets once in PROD mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Aug 13, 2019
1 parent 6a0c94c commit 4f431c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/watch-and-build-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ do
echo -e "(ns px3d.assets)\n(def checksum 0x$checksum)" > $a
echo "Wrote $a"
fi
if [ "$PROD" != "" ]
then
exit 0
fi
sleep 0.1
done

0 comments on commit 4f431c8

Please sign in to comment.