diff options
author | Yukai Huang | 2017-01-15 03:45:19 +0000 |
---|---|---|
committer | Yukai Huang | 2017-01-15 03:45:19 +0000 |
commit | 75e28a1d5e0476d73b59b2255aec2b7e6d0a6cdc (patch) | |
tree | 12838f33d941e8734c87383c4653b8b63bbd95a6 /bin | |
parent | b3ed4445651b373b14217a55e6382f9025ab345a (diff) | |
parent | c0e8306961a47e7a2ba52d0445c12aaa5fe07949 (diff) |
Merge branch 't216-refactor-common' into 'frontend-next'
T216 refactor common
See merge request !5
Diffstat (limited to '')
-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 |