Skip to content

Instantly share code, notes, and snippets.

@jsmestad
Created December 6, 2011 22:27
Show Gist options
  • Select an option

  • Save jsmestad/1440326 to your computer and use it in GitHub Desktop.

Select an option

Save jsmestad/1440326 to your computer and use it in GitHub Desktop.
precompile all css and js.
# Precompile all assets
# config.assets.precompile = [ /\.coffee$/, /\.css\.scss\$/ ]
config.assets.precompile += [
Proc.new{ |path| File.basename(path) =~ /^[^_][\w\.]+?\.(js|css)$/ },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment