diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | bin/heroku | 2 | ||||
-rwxr-xr-x | bin/setup | 4 |
3 files changed, 0 insertions, 7 deletions
@@ -18,7 +18,6 @@ backups/ # ignore config files config.json -public/js/config.js .sequelizerc # ignore webpack build @@ -28,8 +28,6 @@ EOF EOF - cp public/js/config.js.example public/js/config.js - # build app npm run build fi @@ -21,10 +21,6 @@ if [ ! -f config.json ]; then cp config.json.example config.json fi -if [ ! -f publis/js/config.js ]; then - cp public/js/config.js.example public/js/config.js -fi - if [ ! -f .sequelizerc ]; then cp .sequelizerc.example .sequelizerc fi |