test/plugins/test-theme/plugin.rb in octopress-ink-1.0.0.alpha.33 vs test/plugins/test-theme/plugin.rb in octopress-ink-1.0.0.alpha.34

- old
+ new

@@ -5,13 +5,13 @@ @assets_path = File.expand_path(File.join(File.dirname(__FILE__))) @description = "Test theme y'all" super end def add_assets - add_stylesheets ['theme-test.css', 'theme-test2.css'] - add_stylesheet 'theme-media-test@print.css' - add_sass 'main.scss' - add_root_files ['favicon.ico', 'favicon.png'] + add_css_files ['theme-test.css', 'theme-test2.css'] + add_css 'theme-media-test@print.css' + add_css 'disable-this.css' + add_sass_files ['main.scss', 'disable.sass'] end end Octopress::Ink.register_plugin(TestTheme, 'classic', 'theme')