mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
classic off by 1
This commit is contained in:
parent
668b623d21
commit
4dfe097817
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module Bootstrap
|
|||
private
|
||||
|
||||
def self.gem_path
|
||||
@gem_path ||= File.expand_path File.join('..', '..'), File.dirname(__FILE__)
|
||||
@gem_path ||= File.expand_path File.join('..'), File.dirname(__FILE__)
|
||||
end
|
||||
|
||||
def self.asset_pipeline?
|
||||
|
|
Loading…
Add table
Reference in a new issue