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

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-06-24 04:57:06 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-06-24 05:08:13 +0400
commit0cbe7255b5ef45ba79ab684b61bf2d2443876e84 (patch)
treec3dad44326f643add3547d94353f73da0b2d05eb /templates
parent380194abaf1721915e763dfc4a1ca29ebf3eaaa7 (diff)
pure scss asset helpers, new paths
Diffstat (limited to 'templates')
-rw-r--r--templates/project/manifest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/manifest.rb b/templates/project/manifest.rb
index cd2adce3..19b01c11 100644
--- a/templates/project/manifest.rb
+++ b/templates/project/manifest.rb
@@ -5,7 +5,7 @@ stylesheet 'styles.sass'
# SCSS:
-assets = '../../vendor/assets'
+assets = '../../assets'
bs_stylesheets = "#{assets}/stylesheets/bootstrap"
stylesheet '_bootstrap-variables.sass.erb', :to => '_bootstrap-variables.sass', :erb => true,