Skip to content

Commit 91b3f16

Browse files
committed
Removing doc\header.md from jakefile, fixing formatting
1 parent 91d746d commit 91b3f16

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Jakefile

-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ var word2mdJs = path.join(scriptsDirectory, "word2md.js");
279279
var word2mdTs = path.join(scriptsDirectory, "word2md.ts");
280280
var specWord = path.join(docDirectory, "TypeScript Language Specification.docx");
281281
var specMd = path.join(docDirectory, "spec.md");
282-
var headerMd = path.join(docDirectory, "header.md");
283282

284283
file(word2mdTs);
285284

@@ -292,7 +291,6 @@ compileFile(word2mdJs,
292291

293292
// The generated spec.md; built for the 'generate-spec' task
294293
file(specMd, [word2mdJs, specWord], function () {
295-
jake.cpR(headerMd, specMd, {silent: true});
296294
var specWordFullPath = path.resolve(specWord);
297295
var cmd = "cscript //nologo " + word2mdJs + ' "' + specWordFullPath + '" ' + specMd;
298296
console.log(cmd);
995 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)