Remove Glyphicon sprites from Compass manifest.

This commit is contained in:
Étienne Després 2013-07-28 19:22:24 -04:00
parent 6058414a85
commit 5770749904
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@ 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
%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