Build Angular

Transactions
Dan 2017-09-30 02:20:46 -06:00
parent 6df46ce0b8
commit c5f8da12cf
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
<base href="/">
<meta charset="utf-8">
<title>Old Fashion Baptist Church</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="/web-app-files/apple-touch-icon.png?v=LbWKNzlwGb">
<link rel="icon" type="image/png" sizes="32x32" href="/web-app-files/favicon-32x32.png?v=LbWKNzlwGb">

View File

@ -1,7 +1,7 @@
#!/bin/sh
BUILD_ANGULAR_ARG=$1
BUILD_ANGULAR=false
BUILD_ANGULAR=true
if [ "$BUILD_ANGULAR_ARG" = -ng ]; then
BUILD_ANGULAR=true
fi