keraxel / brackets-gulp

Brackets extension that adds support to Gulp.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp #brackets-gulp

A extension for Brackets to integrate Gulp.js to the editor.

Usage

If there is a gulpfile.js in the root directory of the project, a new menu Gulp is added.

  • default item in menu runs the default task.
  • The others tasks in gulpfile.js are listed in the menu.

Use the keyboard shortcut Alt+G to run the default task.

If there is a task brackets-onsave in the gulpfile.js, it will run when a document is saved, or alternatively, the task watch can be used.

About

Brackets extension that adds support to Gulp.js

License:MIT License


Languages

Language:JavaScript 92.3%Language:CSS 4.2%Language:HTML 3.5%