Manifest link; Removing .htaccess from build; Handling pusher IP when using proxy

This commit is contained in:
James Barnsley
2017-03-28 21:36:14 +13:00
parent 295d6ae8c1
commit 91fce2e4e2
3 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,7 @@
#!/bin/bash
if [ ! -d public_html ]; then
echo -e Creating mopidy_iris/static folder
ln -s mopidy_iris/static public_html
fi
# copy assets
echo -e Copying assets $SERVER
cp src/.htaccess mopidy_iris/static/.htaccess
rsync -avrs src/assets/ mopidy_iris/static/assets/ 2>&1 >/dev/null
# create HTML files