mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
12 lines
359 B
Ruby
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
|