Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Next
-
None
-
None
Description
As we have it for gulp and grunt (See my screenshot for more info), you can map common IDE actions like build, clean and build, test, debug, run, etc. with gulp and/or grunt tasks. This is unfortunately not possible for npm tasks, which should be. Because npm tasks are still available if you add them to the scripts section of the package.json. There is no need to install any other dependency.
Maybe I can hand over this to me, I think (hope) that there is not that much problematic as of reusing the logic as for grunt and gulp.