Skip to content

Instantly share code, notes, and snippets.

@vquaiato
Created September 3, 2012 13:24
Show Gist options
  • Save vquaiato/3609321 to your computer and use it in GitHub Desktop.
Save vquaiato/3609321 to your computer and use it in GitHub Desktop.
adding all .css and .js to precompile assets
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( *.css *.js )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment