flaviozantut / gulp-app

gulp as an app (OS X)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

gulp as an app (OS X)

License:MIT License