Skip to content

Commit 518fb67

Browse files
committed
Drop the compression helper
The kludge of pulling files from github no longer works now that we have a build process, and since most people have their own build pipeline now, I don't feel that supporting on-website builds is that important anymore.
1 parent a02dd40 commit 518fb67

File tree

4 files changed

+4
-370
lines changed

4 files changed

+4
-370
lines changed

bin/release

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ if (bumpOnly) process.exit(0);
3232

3333
child.exec("bash bin/authors.sh", function(){});
3434

35-
rewrite("doc/compress.html", function(cmp) {
36-
return cmp.replace(/<option value="http:\/\/codemirror.net\/">HEAD<\/option>/,
37-
"<option value=\"http://codemirror.net/\">HEAD</option>\n <option value=\"http://marijnhaverbeke.nl/git/codemirror?a=blob_plain;hb=" + number + ";f=\">" + number + "</option>");
38-
});
39-
4035
rewrite("index.html", function(index) {
4136
return index.replace(/\.zip">\d+\.\d+\.\d+<\/a>/,
4237
".zip\">" + number + "</a>");

0 commit comments

Comments
 (0)