Skip to content

Instantly share code, notes, and snippets.

@mpbod
Created July 5, 2013 19:13
Show Gist options
  • Select an option

  • Save mpbod/5936615 to your computer and use it in GitHub Desktop.

Select an option

Save mpbod/5936615 to your computer and use it in GitHub Desktop.
Disable assets generation of javascripts and stylesheets in Rails Generator.
#Add these lines to application.rb:
config.generators.stylesheets = false
config.generators.javascripts = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment