diff options
author | Yukai Huang | 2017-01-13 23:37:16 +0800 |
---|---|---|
committer | Yukai Huang | 2017-01-13 23:37:16 +0800 |
commit | 1ed19966394b9735c348ec0116ec0e939c363ce6 (patch) | |
tree | e7876d9a928f7645867e7c9f9dc92c289b9cd654 /bin | |
parent | a541569d7edbe827cae69c666079d5d1ded6790c (diff) |
Remove config.js from setup files
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/heroku | 2 | ||||
-rwxr-xr-x | bin/setup | 4 |
2 files changed, 0 insertions, 6 deletions
@@ -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 |