Skip to content

Instantly share code, notes, and snippets.

@rgo
Created August 16, 2012 17:15
Show Gist options
  • Save rgo/3371771 to your computer and use it in GitHub Desktop.
Save rgo/3371771 to your computer and use it in GitHub Desktop.
Replace "url('../images/*.*)" by "url(<%= asset_path '*.* %>)"
" Replace "url('../images/*.*)" by "url(<%= asset_path '*.* %>)"
"
" Useful when you need to change a css file to be converted in a css.erb file
"
%s/url(\(\.\.\/images\/\)\(.\+\))/url\(<%= asset_path '\2' %>\)/gc
%s/url('\(\.\.\/images\/\)\(.\+\)')/url\(<%= asset_path '\2' %>\)/gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment