Change the structure of the compass vendor directory in the off chance that we ever have to vendor more than one library.
This commit is contained in:
parent
1dbe1f6941
commit
68fe3136c2
@ -41,7 +41,7 @@ module Compass
|
||||
begin
|
||||
require 'fssm'
|
||||
rescue LoadError
|
||||
$: << File.join(Compass.lib_directory, 'vendor')
|
||||
$: << File.join(Compass.lib_directory, 'vendor', 'fssm')
|
||||
retry
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user