Files
Iris/build.sh

9 lines
175 B
Bash
Raw Normal View History

2016-10-25 14:09:53 +13:00
#!/bin/bash
if [ ! -d production ]; then
mkdir production;
fi
cp src/index.html production/index.html
cp src/.htaccess production/.htaccess
cp -R src/fonts production/fonts