GitXplorerGitXplorer
j

atom-gulp-control

public
17 stars
15 forks
36 issues

Commits

List of commits on branch master.
Unverified
7bc4418a60c2153d5eb876e0cd6dc837630fd58c

Prepare 0.5.0 release

jjacogr committed 9 years ago
Unverified
8706f9f78062f0941a2c8a39077c38f35b90fbd7

Merge pull request #37 from fluffynuts/master

committed 9 years ago
Unverified
85f8bfae3aa068d013fef5a03c530609f96507bc

* when line input contains carriage returns, only print last segment

committed 9 years ago
Unverified
bb442aaa7ad3cb25a01962ea67cb2632b972f170

Prepare 0.4.5 release

jjacogr committed 9 years ago
Unverified
e4647818dadc773d29beec65c4b77ad9f3246dab

Merge pull request #26 from acburdine/node-path

committed 9 years ago
Unverified
c9dd4a43fe38821502cab30ab0df4d61b3430647

Prepare 0.4.4 release

jjacogr committed 9 years ago

README

The README file for this repository.

Atom gulp-control

What

Displays a list of gulp tasks and allows execution within Atom.

Tasks can be re-started, tracked and controlled from a central point. Open the control from the package menu and you are good to go.

Gulp

Why

Reasons why this might work for you

  • Allows the ability to execute any gulp tasks directly within Atom
  • Allows a single overview of all tasks available to you
  • Gulpfile.[coffee|js] is automatically located, either withing the root project folder or a sub-folder

Configuration

Because Gulp requires the node executable, there is a potential for it to break if you use nvm or nodebrew. If it doesn't initally work, you can specify node's bin folder in the package settings.

NOTE: if you type which node into the console you can get node's system path, but you need to remove "node" from the end of it for it to work.

Where

The Atom package can be found on the Atom registry, https://atom.io/packages/gulp-control.

Pull requests, issues, feature requests are all welcome and encouraged via https://github.com/jacogr/atom-gulp-control.