Merge pull request #3677 from RyanCavanaugh/updateSublimeTask

Add Jake task to update the Sublime plugin
This commit is contained in:
Ryan Cavanaugh
2015-07-01 15:42:04 -07:00
+6
View File
@@ -715,3 +715,9 @@ task('tsc-instrumented', [loggedIOJsPath, instrumenterJsPath, tscFile], function
});
ex.run();
}, { async: true });
desc("Updates the sublime plugin's tsserver");
task("update-sublime", [serverFile], function() {
jake.cpR(serverFile, "../TypeScript-Sublime-Plugin/tsserver/");
jake.cpR(serverFile + ".map", "../TypeScript-Sublime-Plugin/tsserver/");
});