Pickup on HOSTING_PLATFORM to auto-enable Bushido
This commit is contained in:
parent
aea5fadd25
commit
d2e7c7ef9e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user