/gulp-app

gulp as an app (OS X)

Primary LanguageJavaScriptMIT LicenseMIT

gulp-app

gulp as an app

Easily run gulp tasks from the current directory in Finder and get notified when it's finished.

OS X only for now, but will expand when further along.

Install

Download the app, unzip, and move it to the Applications folder.

Devtools is opened with the app to make it easier to debug issues. Feel free to close it.

Feedback wanted :)

Launch on startup

Follow this guide if you would like the app to launch when you start your computer.

Dev

Setup
  • Download node-webkit and put it in /Applications
  • Add alias nw='/Applications/node-webkit.app/Contents/MacOS/node-webkit' to your .bashrc/.zshrc
Run
  • cd into the app directory
  • Run npm install (only first time)
  • Run nw .

License

MIT © Sindre Sorhus