removed bitters from container start up scripts too.

This commit is contained in:
Mark Moser 2016-08-12 14:27:47 -05:00
parent 30971357af
commit bf71f3e4a5
4 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,6 @@ This application manages quizzes intended to be used as pre-interview skill asse
* bundle * bundle
* npm install * npm install
* bower install * bower install
* cd vendor/assets/ && bitters install && cd ../..
* cp config/application.yml.sample config/application.yml * cp config/application.yml.sample config/application.yml
* edit and update proper values to application.yml * edit and update proper values to application.yml
* rake db:setup * rake db:setup

View File

@ -13,7 +13,6 @@
*/ */
@import 'bourbon'; @import 'bourbon';
// @import 'base'; // bitters
@import 'neat'; @import 'neat';
@import 'core/fonts'; @import 'core/fonts';

View File

@ -13,7 +13,6 @@ if [ -d '/usr/app' ]; then
bundle bundle
npm install npm install
bower install --allow-root bower install --allow-root
cd vendor/assets/ && bitters install && cd /usr/app
rails db:setup rails db:setup
rails db:migrate rails db:migrate
rails db:fixtures:load rails db:fixtures:load

View File

@ -13,7 +13,6 @@ if [ -d '/usr/app' ]; then
bundle bundle
npm install npm install
bower install --allow-root bower install --allow-root
cd vendor/assets/ && bitters install && cd /usr/app
rails db:setup rails db:setup
rails db:migrate rails db:migrate
rails db:fixtures:load rails db:fixtures:load