Running Grunt tasks from Action menu
As per the subject, I was wondering if it's possible to add Grunt tasks to the Action Menu (Ctrl+shift+a on Windows), and run them in the same manner as you would with PHPStorm's Vagrant integration.
For example:
Ctrl+shift+a -> enter action or option name -> Grunt watch
or
Ctrl+shift+a -> enter action or option name -> Grunt less
in the same way you'd run:
Ctrl+shift+a -> enter action or option name -> Vagrant up
or
Ctrl+shift+a -> enter action or option name -> Vagrant provision
Thanks!
Please sign in to leave a comment.
No, it's not possible. You can,however, create the corresponding external tools (Settings/Tools/External tools) and run them this way
Thanks Elena - I had not seen that option before! Will give it a go.