... where there is smoke, there is fire.
- Make test for gulpfile.[js|coffee] case insensitive, fixes #13
... conform to gulp naming conventions
- Use atom.project.getPaths() instead of atom.project.getPath() (1.0 deprecation)
- View require now requires from atom-space-pen-views (1.0 deprecation)
- Move styles from stylesheet/ into styles. Bruno Sabot contributed #11
- Add support for executing locally installed gulp. Micah Zoltu contributed #9
- Fix deprecation. Amit Choukroun contributed #4
... ready for the Atom 1.0 release
- Updated description & README
... tidying up
- Export the full current environment to the gulp sub-process
- Explicitly adjust path on nix/OSX to include /usr/local/bin
- Only display exit code in red when there has been an actual error
- Use ui-variables colors everywhere to help with UI theme switching
... best practices for doing the UI, doesn't mean light works yet
- Gulpfile name should be case-insensitive
... ouch.
- Locate the Gulpfile.js/Gulpfile.coffee in your project automatically when not in the project root
- Above fixes jacogr#1
... allowing for files not in the root
- Output now in pre blocks, console outputs deserves console-look
... making things pretty
- Tested on Windows, NOTE removed
- Fixed Open not opening when selected again
- ability to run multiple control tabs
... bring it close to decent and stable
- Allow generic $PATH to be passed-in, should help Windows compatibility
- Rename menu "Toggle" to "Open" to reflect actual action
- Updated README to reflect where to get things
... going down the road of cleaning up
- Initial version
- Displays all gulp tasks as list, allowing for traversing
- Allows execution of any task via click, re-starting on subsequent clicks
- Captures gulp output, along with the original --color output
... the basics are there