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:
commit
5f09b03933
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue