Skip to content

Instantly share code, notes, and snippets.

@couto
Created October 16, 2012 18:47
Show Gist options
  • Save couto/3901178 to your computer and use it in GitHub Desktop.
Save couto/3901178 to your computer and use it in GitHub Desktop.
awkward command
externify: {
command: 'find ./out -name \"*.html\" -exec sed -E -i "" "s/imgs\\/(.*\\.(jpg|png))/http:\\/\\/domain.net\\/email_test\\/\\1/g" {} \\;',
stdout: true,
failOnError: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment