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:
authorThomas McDonald <tom@conceptcoding.co.uk>2013-09-09 14:38:35 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2013-09-09 14:38:35 +0400
commit544ad6c18af788582c62ef578587dcd0ae58b363 (patch)
tree1897e4d77b68479eb2f2fb38263fb5eb872e3855 /templates
parent2f69aef9608a882d3d4fd2fdef7fc641df60d256 (diff)
parent1344c58711e9ba30cbbd028908ea3fe6df73969d (diff)
Merge branch '3'
This isn't quite finished, but we can work on the issues on master
Diffstat (limited to 'templates')
-rw-r--r--templates/project/manifest.rb12
-rw-r--r--templates/project/styles.scss6
2 files changed, 4 insertions, 14 deletions
diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb
index e7dfd60..ac4fb83 100644
--- a/templates/project/manifest.rb
+++ b/templates/project/manifest.rb
@@ -8,12 +8,6 @@ stylesheet '_variables.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(affix 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
+%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 \ No newline at end of file
diff --git a/templates/project/styles.scss b/templates/project/styles.scss
index be52cf2..9ae3dd6 100644
--- a/templates/project/styles.scss
+++ b/templates/project/styles.scss
@@ -1,8 +1,4 @@
-// Import all the variables into the main css file.
+// Edit the local variables file to
@import "variables";
-// I gather this file is a starting point for the project.
@import "bootstrap";
-
-// Include responsive Bootstrap styles
-// @import "bootstrap-responsive";