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:
authorPeter Gumeson <gumeson@gmail.com>2013-05-25 04:48:08 +0400
committerPeter Gumeson <gumeson@gmail.com>2013-05-25 04:48:08 +0400
commitf7d15a17c184deac005f4dec168be0b7917b6f41 (patch)
treed6c34da531edd9a3a1c84fc45e556ecaed1c1a20 /templates
parent5a5d80d20f7c951b7aff62d1e850f1715c9ddf55 (diff)
Update javascripts in compass manifest
Diffstat (limited to 'templates')
-rw-r--r--templates/project/manifest.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb
index 3e4cb11..5ef1e61 100644
--- a/templates/project/manifest.rb
+++ b/templates/project/manifest.rb
@@ -12,7 +12,6 @@ basedir = '../../vendor/assets'
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|
+%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