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
|
* 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
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
@import 'bourbon';
|
@import 'bourbon';
|
||||||
// @import 'base'; // bitters
|
|
||||||
@import 'neat';
|
@import 'neat';
|
||||||
|
|
||||||
@import 'core/fonts';
|
@import 'core/fonts';
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user