Skip to content

Commit 4490ff7

Browse files
committed
Add Jake task to update the Sublime plugin
1 parent 2cb0dfd commit 4490ff7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jakefile.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,3 +690,9 @@ task('tsc-instrumented', [loggedIOJsPath, instrumenterJsPath, tscFile], function
690690
});
691691
ex.run();
692692
}, { async: true });
693+
694+
desc("Updates the sublime plugin's tsserver");
695+
task("update-sublime", [serverFile], function() {
696+
jake.cpR(serverFile, "../TypeScript-Sublime-Plugin/tsserver/");
697+
jake.cpR(serverFile + ".map", "../TypeScript-Sublime-Plugin/tsserver/");
698+
});

0 commit comments

Comments
 (0)