Sha256: 21ae9045d1994e8b3d681debec244f2585205a2da8f07de1f7b0a9c54800e8bf
Contents?: true
Size: 553 Bytes
Versions: 3
Compression:
Stored size: 553 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/querobolsa-bootstrap-#{file}.js", :to => "querobolsa-bootstrap-#{file}.js" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
querobolsa-bootstrap-sass-0.2.4 | templates/project/manifest.rb |
querobolsa-bootstrap-sass-0.2.3 | templates/project/manifest.rb |
querobolsa-bootstrap-sass-0.2.2 | templates/project/manifest.rb |