Sha256: 6a13db14e0b2109b203e1c98658feff584c579e0ff8d33b0f23f7642923ba16d
Contents?: true
Size: 309 Bytes
Versions: 7
Compression:
Stored size: 309 Bytes
Contents
cd $( dirname $0 ) ./mklink ./generate.py clean ./generate.py build # always load the newest version, if it changed MD5=md5sum if which md5; then MD5=md5 fi SUM=$( $MD5 build/script/frontend.js | sed -e "s/.* //" ) echo Replacing with md5sum of $SUM perl -pi -e "s/md5sum_frontend/$SUM/" build/index.html
Version data entries
7 entries across 7 versions & 1 rubygems