Sha256: 9ce7c367ac18bac9acfa5ffbd01dfbffddeeb8ecc91b9c35ff28cac693078109

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 Bytes

Contents

description "Bootstrap for SASS"

# Stylesheet importing bootstrap
stylesheet 'styles.scss'

#
# Other Bootstrap assets
basedir = '../../vendor/assets'

# Glyphicons sprites
%w(glyphicons-halflings glyphicons-halflings-white).each do |file|
  image "#{basedir}/images/#{file}.png", :to => "#{file}.png"
end

# Javascripts
%w(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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap-sass-2.0.1 templates/project/manifest.rb
bootstrap-sass-2.0.0 templates/project/manifest.rb