Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Després <etienne.despres@molotovcoop.org>2013-07-29 03:22:24 +0400
committerÉtienne Després <etienne.despres@molotovcoop.org>2013-07-29 03:22:24 +0400
commit577074990401de6d475e565e79d458d794a43024 (patch)
tree2b28396d2d3f7d55bd1bffce1400eed4c9e42ffd /templates
parent6058414a85c25a45fb6fc4864dbd3499d02f879f (diff)
Remove Glyphicon sprites from Compass manifest.
Diffstat (limited to 'templates')
-rw-r--r--templates/project/manifest.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb
index 5ef1e61..c57ed1f 100644
--- a/templates/project/manifest.rb
+++ b/templates/project/manifest.rb
@@ -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