Skip to content

Commit 1e602de

Browse files
Merge branch 'master' into withANameLikeUnicodeYoudThinkThereWouldntBeSoManyWaysToDoIt
2 parents ee71954 + a77d39b commit 1e602de

File tree

379 files changed

+44352
-39509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

379 files changed

+44352
-39509
lines changed

Jakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ task("generate-spec", [specMd])
463463
// Makes a new LKG. This target does not build anything, but errors if not all the outputs are present in the built/local directory
464464
desc("Makes a new LKG out of the built js files");
465465
task("LKG", ["clean", "release", "local"].concat(libraryTargets), function() {
466-
var expectedFiles = [tscFile, servicesFile, nodePackageFile, nodeDefinitionsFile, standaloneDefinitionsFile, internalNodeDefinitionsFile, internalStandaloneDefinitionsFile].concat(libraryTargets);
466+
var expectedFiles = [tscFile, servicesFile, serverFile, nodePackageFile, nodeDefinitionsFile, standaloneDefinitionsFile, internalNodeDefinitionsFile, internalStandaloneDefinitionsFile].concat(libraryTargets);
467467
var missingFiles = expectedFiles.filter(function (f) {
468468
return !fs.existsSync(f);
469469
});

0 commit comments

Comments
 (0)