diff --git a/build.sh b/build.sh
index 2ab49259..348ef28c 100755
--- a/build.sh
+++ b/build.sh
@@ -5,17 +5,12 @@ echo -e Copying assets $SERVER
rsync -avrs src/assets/ mopidy_iris/static/assets/ 2>&1 >/dev/null
# create HTML files
-echo -e Copying index.html and test.html
+echo -e Copying index.html
cp src/index.html mopidy_iris/static/index.html
-cp src/index.html mopidy_iris/static/test.html
# process production html
-CACHEBUSTER=$(date | md5sum | cut -f1 -d' ')
-echo -e Cachebusting js/css URLs $CACHEBUSTER
-sed -i 's/app.js/app.min.js?cachebuster='$CACHEBUSTER'/g' mopidy_iris/static/index.html
-sed -i 's/app.css/app.min.css?cachebuster='$CACHEBUSTER'/g' mopidy_iris/static/index.html
-sed -i 's/app.js/app.js?cachebuster='$CACHEBUSTER'/g' mopidy_iris/static/test.html
-sed -i 's/app.css/app.css?cachebuster='$CACHEBUSTER'/g' mopidy_iris/static/test.html
-sed -i 's/<\/head>/\t
+