hack bootstrap version resolution since we are using a branch

This commit is contained in:
Kevin Ross 2016-01-22 16:08:08 -06:00
parent f21586c8bd
commit e1baa0879f

View File

@ -39,6 +39,10 @@ module Variables
bootstrap_version = site.data['bower']['dependencies']['bootstrap']
assert_not_nil :bootstrap_version, bootstrap_version
if (bootstrap_version.include?('rosskevin'))
bootstrap_version = 'v4-dev' # hack since we are using a rosskevin flex branch
end
tether_version = site.data['bower_tether']['version']
assert_not_nil :tether_version, tether_version