1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Merge pull request #335 from brief/patch-1

Add `affix` to the list of Javascripts
This commit is contained in:
Thomas McDonald 2013-04-28 03:36:22 -07:00
commit 5f09b03933

View file

@ -13,6 +13,6 @@ basedir = '../../vendor/assets'
end
# Javascripts
%w(alert button carousel collapse dropdown modal popover scrollspy tab tooltip transition typeahead).each do |file|
%w(affix alert button carousel collapse dropdown modal popover scrollspy tab tooltip transition typeahead).each do |file|
javascript "#{basedir}/javascripts/bootstrap-#{file}.js", :to => "bootstrap-#{file}.js"
end
end