gem_liux2 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gem_liux2/version.rb +1 -1
- data/lib/gem_liux2.rb +2 -6
- metadata +3 -3
data/lib/gem_liux2/version.rb
CHANGED
data/lib/gem_liux2.rb
CHANGED
@@ -4,10 +4,6 @@ begin
|
|
4
4
|
Compass::Frameworks.register('testcss', :stylesheets_directory => testcss_stylesheets_path)
|
5
5
|
rescue LoadError
|
6
6
|
# compass not found, register on the Sass path via the environment.
|
7
|
-
|
8
|
-
|
9
|
-
ENV['SASS_PATH'] += File::PATH_SEPARATOR + testcss_stylesheets_path
|
10
|
-
else
|
11
|
-
ENV['SASS_PATH'] = testcss_stylesheets_path
|
12
|
-
end
|
7
|
+
require 'sass'
|
8
|
+
::Sass.load_paths << testcss_stylesheets_path
|
13
9
|
end
|
metadata
CHANGED