Sublime: grunt watch build command.

This commit is contained in:
Artem Sapegin
2012-11-15 10:12:19 +04:00
parent a1fac021c4
commit e02d22d3d3
4 changed files with 36 additions and 1 deletions

View File

@ -1,4 +1,6 @@
[
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+alt+g"], "command": "run_build", "args": {"build_system": "Packages/User/GruntWatch.sublime-build"} },
{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "output.exec"} }
]