Skip to content

Commit

Permalink
Add Kill Specific Gulp Tasks to menus
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosantangelo committed Sep 2, 2016
1 parent 496d7d6 commit 36f51ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
{ "caption": "-" },
{ "caption": "List Tasks to Run", "command": "gulp" },
{ "caption": "Kill All Gulp Tasks", "command": "gulp_kill" },
{ "caption": "Kill Specific Gulp Tasks", "command": "gulp_kill_task" },
{ "caption": "Delete Cache", "command": "gulp_delete_cache" },
{ "caption": "-" },
{ "caption": "List Gulp Plugins", "command": "gulp_plugins" }
Expand Down Expand Up @@ -131,4 +132,4 @@
}
]
}
]
]
1 change: 1 addition & 0 deletions Side Bar.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
{ "caption": "List Tasks to Run","command": "gulp", "args": { "paths": [] } },
{ "caption": "Delete Cache","command": "gulp_delete_cache", "args": { "paths": [] } },
{ "caption": "Kill All Gulp Tasks", "command": "gulp_kill" },
{ "caption": "Kill Specific Gulp Tasks", "command": "gulp_kill_task" },
{ "caption": "-" },
{ "caption": "List Gulp Plugins","command": "gulp_plugins" }
]
Expand Down

0 comments on commit 36f51ab

Please sign in to comment.