RubyMine
 
2022.3
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Gulp

Last modified: 17 November 2022

Required plugin:

Javascript and TypeScript -  The plugin is bundled with RubyMine and enabled by default.

RubyMine integrates with the Gulp.js Task Runner. RubyMine parses Gulpfile.js files, recognizing definitions of tasks, shows tasks in a tree view, lets you navigate between a task in the tree and its definition in the Gulpfile.js file, and supports running and debugging tasks.

Gulp.js tasks can be run from the tasks tree in the dedicated Gulp Tool Window, or from the Gulpfile.js file, by launching a Gulp.js run configuration, or as aa before-launch task from another run configuration. RubyMine shows the result of executing a task in the Run tool window. The tool window shows the Grunt output, reports the errors occurred, lists the packages or plugins that have not been found, etc. The name of the last executed task is displayed on the title bar of the tool window.