From a754bd0544c2a0fe911df15ce9c910637cf75a63 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Tue, 11 Apr 2017 20:01:03 +1200 Subject: [PATCH] Notifications behind menu; Build cachebuster duplicate --- build.sh | 9 ++++----- src/scss/components/_lists.scss | 2 +- src/scss/components/_notifications.scss | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index 949a722d..2ab49259 100755 --- a/build.sh +++ b/build.sh @@ -12,11 +12,10 @@ 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'/g' mopidy_iris/static/index.html -sed -i 's/app.css/app.min.css?'$CACHEBUSTER'/g' mopidy_iris/static/index.html -sed -i 's/app.js/app.js?'$CACHEBUSTER'/g' mopidy_iris/static/test.html -sed -i 's/app.css/app.css?'$CACHEBUSTER'/g' mopidy_iris/static/test.html -sed -i 's/app.css/app.css?'$CACHEBUSTER'/g' mopidy_iris/static/test.html +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