From 9e6fd505e12c21e60347501132e1f473b61942b3 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sun, 11 Dec 2016 10:31:51 +0800 Subject: Remove bower occurences --- bin/setup | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'bin/setup') diff --git a/bin/setup b/bin/setup index 19edeecf..e24d4de7 100755 --- a/bin/setup +++ b/bin/setup @@ -16,12 +16,6 @@ EOF exit 0 fi -if ! type bower > /dev/null -then - echo "bower is not installed, install via npm" - npm install -g bower -fi - echo "copy config files" if [ ! -f config.json ]; then cp config.json.example config.json @@ -35,8 +29,8 @@ if [ ! -f .sequelizerc ]; then cp .sequelizerc.example .sequelizerc fi -echo "install npm and bower packages" -BUILD_ASSETS=false npm install && bower install +echo "install npm packages" +BUILD_ASSETS=false npm install cat << EOF -- cgit v1.2.3