mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
hack bootstrap version resolution since we are using a branch
This commit is contained in:
parent
f21586c8bd
commit
e1baa0879f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user