Skip to content

Commit

Permalink
Make update-sublime depend on local task
Browse files Browse the repository at this point in the history
  • Loading branch information
danquirk committed Jul 10, 2015
1 parent f72b001 commit 5cfba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ task('tsc-instrumented', [loggedIOJsPath, instrumenterJsPath, tscFile], function
}, { async: true });

desc("Updates the sublime plugin's tsserver");
task("update-sublime", [serverFile], function() {
task("update-sublime", ["local", serverFile], function() {
jake.cpR(serverFile, "../TypeScript-Sublime-Plugin/tsserver/");
jake.cpR(serverFile + ".map", "../TypeScript-Sublime-Plugin/tsserver/");
});
Expand Down

0 comments on commit 5cfba6b

Please sign in to comment.