1
0
Fork 0
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:
Gleb Mazovetskiy 2013-11-08 23:42:39 +01:00
parent 668b623d21
commit 4dfe097817

View file

@ -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?