gem_liux2 0.2.1 → 0.2.2
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 +4 -5
- metadata +3 -3
data/lib/gem_liux2/version.rb
CHANGED
data/lib/gem_liux2.rb
CHANGED
@@ -8,17 +8,16 @@
|
|
8
8
|
# ::Sass.load_paths << testcss_stylesheets_path
|
9
9
|
# end
|
10
10
|
|
11
|
-
testcss_stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'scss'))
|
11
|
+
# testcss_stylesheets_path = File.expand_path(File.join(File.dirname(__FILE__), '..', 'scss'))
|
12
12
|
|
13
13
|
module GemLiux2
|
14
14
|
class << self
|
15
15
|
# Inspired by Kaminari
|
16
16
|
def load!
|
17
|
-
if compass?
|
18
|
-
|
19
|
-
end
|
17
|
+
register_compass_extension if compass?
|
18
|
+
|
20
19
|
configure_sass
|
21
|
-
|
20
|
+
end
|
22
21
|
|
23
22
|
# Paths
|
24
23
|
|
metadata
CHANGED