Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't generate javascripts
  • Loading branch information
jtrupiano committed Sep 26, 2011
1 parent 68e249e commit d34c978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Expand Up @@ -48,6 +48,7 @@ class Application < Rails::Application
config.generators do |g|
g.test_framework :rspec, :fixtures => false
g.stylesheets false
g.javascripts false
end
end
end

0 comments on commit d34c978

Please sign in to comment.