Skip to content

Instantly share code, notes, and snippets.

@yrgoldteeth
Created October 15, 2011 00:55
Show Gist options
  • Select an option

  • Save yrgoldteeth/1288804 to your computer and use it in GitHub Desktop.

Select an option

Save yrgoldteeth/1288804 to your computer and use it in GitHub Desktop.

Rails Asset Path CSS

 $ sed 's/url(\([^(]*\))/url(<%= asset_path("\1") %>)/g' styles.css > styles.css.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment