From 4f99d4eb121c3b9d89c8887f01b0dc6840b50f2f Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Thu, 28 Jul 2016 16:14:41 -0500 Subject: [PATCH] updated start up scripts for bower addition --- Gemfile | 1 - start-dev.sh | 2 ++ start-server.sh | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 97980ae..d17b9b7 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,6 @@ group :development do gem 'rails-erd' gem 'web-console' gem 'better_errors' - gem 'binding_of_caller' end group :development, :test do diff --git a/start-dev.sh b/start-dev.sh index 8e5b2b7..8b92cfe 100755 --- a/start-dev.sh +++ b/start-dev.sh @@ -2,6 +2,8 @@ if [ -d '/usr/app' ]; then cd /usr/app bundle + bower install + cd vendor/assets/ && bitters install && cd /usr/app service mysql start rails db:setup diff --git a/start-server.sh b/start-server.sh index 0b36159..e22fe66 100755 --- a/start-server.sh +++ b/start-server.sh @@ -2,6 +2,8 @@ if [ -d '/usr/app' ]; then cd /usr/app bundle + bower install + cd vendor/assets/ && bitters install && cd /usr/app service mysql start rails db:setup