Created
October 16, 2012 18:47
-
-
Save couto/3901178 to your computer and use it in GitHub Desktop.
awkward command
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
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