generators/theme/theme_generator.rb in disguise-0.3.0 vs generators/theme/theme_generator.rb in disguise-0.3.1

- old
+ new

@@ -26,10 +26,11 @@ m.directory "public/stylesheets/themes" m.directory "public/stylesheets/themes/#{file_name}" m.file "stylesheets/styles.css", "public/stylesheets/#{file_name}.css" # localization - m.file "locale/en.yml", "themes/#{file_name}/locales/en.yml" + m.directory "themes/#{file_name}/locales" + m.file "locales/en.yml", "themes/#{file_name}/locales/en.yml" m.readme "INSTALL" end end