gem_liux1 0.5.4 → 0.5.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gem_liux1/version.rb +1 -1
- data/lib/gem_liux1.rb +1 -8
- metadata +3 -3
data/lib/gem_liux1/version.rb
CHANGED
data/lib/gem_liux1.rb
CHANGED
@@ -27,13 +27,6 @@
|
|
27
27
|
# end
|
28
28
|
|
29
29
|
testall_stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'stylesheets'))
|
30
|
-
|
31
|
-
begin
|
32
|
-
require 'compass'
|
33
|
-
ENV['SASS_PATH'] = ENV['SASS_PATH'] + File::PATH_SEPARATOR + Compass.configuration.sass_load_paths.join(File::PATH_SEPARATOR)
|
34
|
-
rescue LoadError
|
35
|
-
end
|
36
|
-
# compass not found, register on the Sass path via the environment.
|
37
|
-
# ENV['SASS_PATH'] += File::PATH_SEPARATOR + testall_stylesheets_path
|
30
|
+
|
38
31
|
|
39
32
|
Sass.load_paths << testall_stylesheets_path
|
metadata
CHANGED