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-04-13 19:16:40 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2013-04-13 19:16:40 +0400
commit52b7f4869aadf3426dfaad6018a4aa34bd973a92 (patch)
treee91242344558940aefb3fca8425f4829374cd2c0 /Rakefile
parent52d417c23519984f03279e938ec1e7996c78db25 (diff)
parentab370a34408ad8a8b1328a827b71806030932b2e (diff)
Merge branch 'master' into 3
Merge updates from master since I started working on 3.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e8db20c..aea95fc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,7 +9,7 @@ desc 'Dumps output to a CSS file for testing'
task :debug do
require 'sass'
require './lib/bootstrap-sass/compass_functions'
- require './lib/bootstrap-sass/rails_functions'
+ require './lib/bootstrap-sass/sass_functions'
path = './vendor/assets/stylesheets'
%w(bootstrap).each do |file|
engine = Sass::Engine.for_file("#{path}/#{file}.scss", syntax: :scss, load_paths: [path])