atom-gulp-control icon indicating copy to clipboard operation
atom-gulp-control copied to clipboard

Not maintained :(

Results 36 atom-gulp-control issues
Sort by recently updated
recently updated
newest added

Pane::addItem(item, 0) is deprecated in favor of Pane::addItem(item, {index: 0}) ``` Pane.addItem (C:\Users\info_000\AppData\Local\atom\app-1.11.2\resources\app.asar\src\pane.js:447:14) Object.newView (C:\Users\info_000\.atom\packages\gulp-control\lib\gulp-control.coffee:30:19) atom-workspace.atom.commands.add.gulp-control:toggle (C:\Users\info_000\.atom\packages\gulp-control\lib\gulp-control.coffee:16:26) CommandRegistry.handleCommandEvent (C:\Users\info_000\AppData\Local\atom\app-1.11.2\resources\app.asar\src\command-registry.js:260:29) handleCommandEvent (C:\Users\info_000\AppData\Local\atom\app-1.11.2\resources\app.asar\src\command-registry.js:3:61) CommandRegistry.dispatch (C:\Users\info_000\AppData\Local\atom\app-1.11.2\resources\app.asar\src\command-registry.js:160:19) ```

pane.addItem view, 0 was deprecated code, small refactoring to work with latest API and avoid deprecation warning in Atom editor bottom panel.

Very simple fix for the deprecation warning from `atom`'s built-in deprecation thing.

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.20.0 x64 **Electron**: 1.6.9 **OS**: Unknown Windows version **Thrown From**: [gulp-control](https://github.com/jacogr/atom-gulp-control) package 0.5.0 ### Stack Trace Uncaught ReferenceError: index is not...

Pane.addItem - :26043:20 Object.newView - $HOME/.atom/packages/gulp-control/lib/gulp-control.coffee:30:19 atom-workspace.atom.commands.add.gulp-control:toggle - $HOME/.atom/packages/gulp-control/lib/gulp-control.coffee:16:26 CommandRegistry.handleCommandEvent - :18901:35 - :18639:65 Object.didConfirmSelection - :42377:35

Please support .ts ending for gulpfile in typescript.

I have a gulpfile which is verified to be working from the command line, I have run these gulp tasks many times. As soon as I installed this package into...

Hey, this is, in essence, a first-world problem. Almost always one of my gulp tasks is watch, which runs at least 1 task on let's say .scss file changes. When...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.15.0 x64 **Electron**: 1.3.13 **OS**: Mac OS X 10.12.1 **Thrown From**: [gulp-control](https://github.com/jacogr/atom-gulp-control) package 0.5.0 ### Stack Trace Uncaught Error: spawn ENOTDIR...

First of all, thanks for the awesome plugin! When I run gulp tasks I will run production builds based on the NODE_ENV environment variable. It would be nice if this...