1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/templates/project/manifest.rb
2013-07-28 19:22:24 -04:00

12 lines
359 B
Ruby

description "Bootstrap for Sass"
# Stylesheet importing bootstrap
stylesheet 'styles.scss'
#
# Other Bootstrap assets
basedir = '../../vendor/assets'
%w(affix alert button carousel collapse dropdown modal popover scrollspy tab tooltip transition).each do |file|
javascript "#{basedir}/javascripts/bootstrap/#{file}.js", :to => "bootstrap/#{file}.js"
end