cartoonist-default-theme 0.0.3 → 0.0.3.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module CartoonistDefaultTheme
|
|
4
4
|
LOGO = "cartoonist-default-theme/logo.png"
|
5
5
|
|
6
6
|
class Engine < ::Rails::Engine
|
7
|
-
|
8
|
-
|
7
|
+
Cartoonist::Theme.add :cartoonist_default_theme, :css => CSS, :favicon => FAVICON, :rss_logo => LOGO
|
8
|
+
Cartoonist::Theme.add_assets CSS, "images/#{FAVICON}", "images/#{LOGO}"
|
9
9
|
end
|
10
10
|
end
|