Files
Iris/build.sh

9 lines
228 B
Bash
Raw Normal View History

2016-10-25 14:09:53 +13:00
#!/bin/bash
2016-10-30 07:51:39 +13:00
if [ ! -d public_html ]; then
2016-10-31 09:25:15 +13:00
ln -s mopidy_iris/static public_html
2016-10-25 14:09:53 +13:00
fi
cp src/index.html mopidy_iris/static/index.html
cp src/.htaccess mopidy_iris/static/.htaccess
rsync -avr src/assets/ mopidy_iris/static/assets/