Skip to content

Commit

Permalink
Merge pull request twbs#295 from JohnAlbin/patch-1
Browse files Browse the repository at this point in the history
Fix compass unpack error. Fixes twbs#70
  • Loading branch information
trisweb committed Feb 20, 2013
2 parents 33b2c90 + dea4550 commit e9eb3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootstrap-sass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def self.register_compass_extension
base = File.join(File.dirname(__FILE__), '..')
styles = File.join(base, 'vendor', 'assets', 'stylesheets')
templates = File.join(base, 'templates')
::Compass::Frameworks.register('bootstrap', :stylesheets_directory => styles, :templates_directory => templates)
::Compass::Frameworks.register('bootstrap', :path => base, :stylesheets_directory => styles, :templates_directory => templates)
end

def self.register_rails_engine
Expand Down

0 comments on commit e9eb3d8

Please sign in to comment.