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/setup | |
parent | a541569d7edbe827cae69c666079d5d1ded6790c (diff) |
Remove config.js from setup files
Diffstat (limited to 'bin/setup')
-rwxr-xr-x | bin/setup | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |