diff --git a/README.md b/README.md index 1b2b020..b7e176c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ This application manages quizzes intended to be used as pre-interview skill asse * bundle * npm install * bower install -* cd vendor/assets/ && bitters install && cd ../.. * cp config/application.yml.sample config/application.yml * edit and update proper values to application.yml * rake db:setup diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 67e64a5..02a4988 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -13,7 +13,6 @@ */ @import 'bourbon'; -// @import 'base'; // bitters @import 'neat'; @import 'core/fonts'; diff --git a/start-dev.sh b/start-dev.sh index 853a113..28e3bce 100755 --- a/start-dev.sh +++ b/start-dev.sh @@ -13,7 +13,6 @@ if [ -d '/usr/app' ]; then bundle npm install bower install --allow-root - cd vendor/assets/ && bitters install && cd /usr/app rails db:setup rails db:migrate rails db:fixtures:load diff --git a/start-server.sh b/start-server.sh index 72b1b1d..0463917 100755 --- a/start-server.sh +++ b/start-server.sh @@ -13,7 +13,6 @@ if [ -d '/usr/app' ]; then bundle npm install bower install --allow-root - cd vendor/assets/ && bitters install && cd /usr/app rails db:setup rails db:migrate rails db:fixtures:load