removed bitters from container start up scripts too.
This commit is contained in:
parent
30971357af
commit
bf71f3e4a5
@ -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
|
||||
|
@ -13,7 +13,6 @@
|
||||
*/
|
||||
|
||||
@import 'bourbon';
|
||||
// @import 'base'; // bitters
|
||||
@import 'neat';
|
||||
|
||||
@import 'core/fonts';
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user