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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-05-04 13:32:39 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-05-04 13:32:39 +0400
commita1b7455f85a55914b615c0b7937371e1ec736916 (patch)
tree00520e717417de56f793a83dae64e9f4b0af71d2 /templates/project/manifest.rb
parent509a2e682ef9f332a37065c302cddf21646cd7a8 (diff)
Change Compass template to use Sass helpers
Diffstat (limited to 'templates/project/manifest.rb')
-rw-r--r--templates/project/manifest.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb
index 77243d7..cd2adce 100644
--- a/templates/project/manifest.rb
+++ b/templates/project/manifest.rb
@@ -5,10 +5,10 @@ stylesheet 'styles.sass'
# SCSS:
-assets = "../../vendor/assets"
+assets = '../../vendor/assets'
bs_stylesheets = "#{assets}/stylesheets/bootstrap"
-stylesheet '_variables.sass.erb', :to => '_variables.sass', :erb => true,
+stylesheet '_bootstrap-variables.sass.erb', :to => '_bootstrap-variables.sass', :erb => true,
:bs_variables_path => File.expand_path("#{bs_stylesheets}/_variables.scss", File.dirname(__FILE__))
# JS: