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:
authorThomas McDonald <tom@conceptcoding.co.uk>2013-04-13 18:59:28 +0400
committerThomas McDonald <tom@conceptcoding.co.uk>2013-04-13 18:59:28 +0400
commit0f144a11d00499e3c57e30b52e703744a695cca5 (patch)
tree408483a8f2caa42298f0571df79908caa8abc831 /Rakefile
parent8812d54c4c08b6d54e777eb94978630f4eded489 (diff)
Update to a working copy of 3-wip
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 40dca3bc..e8db20cc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,7 +11,7 @@ task :debug do
require './lib/bootstrap-sass/compass_functions'
require './lib/bootstrap-sass/rails_functions'
path = './vendor/assets/stylesheets'
- %w(bootstrap bootstrap-responsive).each do |file|
+ %w(bootstrap).each do |file|
engine = Sass::Engine.for_file("#{path}/#{file}.scss", syntax: :scss, load_paths: [path])
File.open("./#{file}.css", 'w') { |f| f.write(engine.render) }
end