Remove config.js from setup files
This commit is contained in:
parent
a541569d7e
commit
1ed1996639
3 changed files with 0 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,7 +18,6 @@ backups/
|
||||||
|
|
||||||
# ignore config files
|
# ignore config files
|
||||||
config.json
|
config.json
|
||||||
public/js/config.js
|
|
||||||
.sequelizerc
|
.sequelizerc
|
||||||
|
|
||||||
# ignore webpack build
|
# ignore webpack build
|
||||||
|
|
|
@ -28,8 +28,6 @@ EOF
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cp public/js/config.js.example public/js/config.js
|
|
||||||
|
|
||||||
# build app
|
# build app
|
||||||
npm run build
|
npm run build
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -21,10 +21,6 @@ if [ ! -f config.json ]; then
|
||||||
cp config.json.example config.json
|
cp config.json.example config.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f publis/js/config.js ]; then
|
|
||||||
cp public/js/config.js.example public/js/config.js
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -f .sequelizerc ]; then
|
if [ ! -f .sequelizerc ]; then
|
||||||
cp .sequelizerc.example .sequelizerc
|
cp .sequelizerc.example .sequelizerc
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue