We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc738d2 commit caf3669Copy full SHA for caf3669
package.json
@@ -7,7 +7,7 @@
7
"dev": "hugo -D serve -p 5000",
8
"build": "npm run hugo && npm run codemod",
9
"hugo": "hugo",
10
- "codemod": "perl -pi -e 's@src=\"\\/([^/])@src=\"https://help.jsbin.com/\\1@g' public/**/*.html"
+ "codemod": "perl -pi -e 's#src=\"\/([^/])#src=\"https://help.jsbin.com/\\1#g' public/{help,blog}/**/*.html; grep '/images/deleted-bin.png' public/help/delete-a-bin/index.html"
11
},
12
"repository": {
13
"type": "git",
0 commit comments