Skip to content

Commit

Permalink
No empty dir for presenters any more, but one for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Evans committed Feb 29, 2012
1 parent 54ab2cb commit 5c8422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/egg/app/app_generator.rb
Expand Up @@ -12,8 +12,8 @@ def create_stuff


empty_directory_with_gitignore "#{jsdir}/apps/#{app_name}/handlers" empty_directory_with_gitignore "#{jsdir}/apps/#{app_name}/handlers"
empty_directory_with_gitignore "#{jsdir}/shared/models" empty_directory_with_gitignore "#{jsdir}/shared/models"
empty_directory_with_gitignore "#{jsdir}/shared/presenters"
empty_directory_with_gitignore "#{jsdir}/shared/views" empty_directory_with_gitignore "#{jsdir}/shared/views"
empty_directory_with_gitignore "#{jsdir}/shared/templates"


set_up_application_js set_up_application_js
end end
Expand Down

0 comments on commit 5c8422f

Please sign in to comment.