Skip to content

Instantly share code, notes, and snippets.

@AquaGeek
Created May 14, 2011 02:35
Show Gist options
  • Select an option

  • Save AquaGeek/971845 to your computer and use it in GitHub Desktop.

Select an option

Save AquaGeek/971845 to your computer and use it in GitHub Desktop.
Rails Lighthouse ticket #6734
875c875
< asset_file_path!(path_to_stylesheet(source))
---
> asset_file_path!(compute_public_path(source, 'stylesheets', 'css', false))
882c882
< asset_file_path!(path_to_javascript(source))
---
> asset_file_path!(compute_public_path(source, 'javascripts', 'js', false))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment