lib/kentucky/generator.rb in kentucky-3.0.1 vs lib/kentucky/generator.rb in kentucky-3.0.2

- old
+ new

@@ -92,11 +92,11 @@ return install_path end end def install_path_kentucky - return install_path_scss + Pathname.new("kentucky") + return install_path_scss end def master_stylesheet Dir["#{stylesheets_directory}/style.scss"] end @@ -108,10 +108,10 @@ def all_stylesheets Dir["#{stylesheets_directory}/*"] end def kentucky_directory - File.join(stylesheets_directory, "kentucky") + File.join(stylesheets_directory) end def stylesheets_directory File.join(top_level_directory, "app", "assets", "stylesheets") end