Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable unused generators #4

Open
gowikel opened this issue Jul 31, 2015 · 0 comments
Open

Disable unused generators #4

gowikel opened this issue Jul 31, 2015 · 0 comments

Comments

@gowikel
Copy link

gowikel commented Jul 31, 2015

In NoSoloSoftware we are using Single Page Applications, and that means that we won't use the generated templates, javascript, stylesheets and helpers.

This can be disabled with ease if we add the following to config/application.rb

config.generators do |g|
  g.template_engine false
  g.stylesheets false
  g.javascripts false
  g.helper false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant