Skip to content

Commit 6b1d5dd

Browse files
committed
Fix rake debug
1 parent 7df7843 commit 6b1d5dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ task :debug do
4848
require 'term/ansicolor'
4949
require 'autoprefixer-rails'
5050
path = Bootstrap.stylesheets_path
51-
%w(_bootstrap _bootstrap-flex _bootstrap-reboot _bootstrap-grid).each do |file|
51+
%w(_bootstrap _bootstrap-reboot _bootstrap-grid).each do |file|
5252
engine = Sass::Engine.for_file("#{path}/#{file}.scss", syntax: :scss, load_paths: [path])
5353
out = File.join('tmp', "#{file[1..-1]}.css")
5454
css = engine.render

0 commit comments

Comments
 (0)