updated start up scripts for bower addition
This commit is contained in:
parent
fcf59edfc4
commit
4f99d4eb12
1
Gemfile
1
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user