Pickup on HOSTING_PLATFORM to auto-enable Bushido

This commit is contained in:
Sean Grove 2011-03-21 21:54:10 -07:00
parent aea5fadd25
commit d2e7c7ef9e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Locomotive.configure do |config|
#
# Ex:
# config.bushido = true
config.bushido = false
config.bushido = ENV['HOSTING_PLATFORM'] == 'bushido'
# Locomotive uses the DelayedJob gem for the theme import module.
# In case you want to deploy to Heroku, you will have to pay for an extra dyno.