Created
May 14, 2011 02:35
-
-
Save AquaGeek/971845 to your computer and use it in GitHub Desktop.
Rails Lighthouse ticket #6734
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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