updated robot and converted to sass

This commit is contained in:
Priit Tark 2015-01-19 17:51:21 +02:00
parent faf46ec561
commit d5f920e9e1
7 changed files with 90 additions and 121 deletions

View file

@ -21,9 +21,8 @@ cp config/application-example.yml config/application.yml
bundle install
RAILS_ENV=test bundle exec rake db:drop
RAILS_ENV=test bundle exec rake db:create
RAILS_ENV=test bundle exec rake db:schema:load &> /dev/null
RAILS_ENV=test bundle exec rake api_log:test:schema:reload &> /dev/null
RAILS_ENV=test bundle exec rake db:all:create
RAILS_ENV=test bundle exec rake db:all:schema:load
RAILS_ENV=test bundle exec rake db:seed
RAILS_ENV=test bundle exec rake assets:precompile