Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@j-mcnally
Created April 30, 2014 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-mcnally/f034cfecc2b1fbac0a06 to your computer and use it in GitHub Desktop.
Save j-mcnally/f034cfecc2b1fbac0a06 to your computer and use it in GitHub Desktop.
config.assets.precompile += [
'public/framed.css',
'public/mobile.css', 'public/mobile.js', 'public/detectmobilebrowser.js',
'public/desktop.js',
'public/customer_styles/**/*.css*',
Proc.new {|path| (path =~ /^[a-z0-9]\w+.(css|js)$/) && !path.include?('tinymce/') }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment