User interface for running Gulp tasks.
After downloading the repo, install its pre-requisites and dependencies:
npm install
bower install
To compile this application, simply run the following command according to the desired platform:
- Mac:
$ grunt dist-mac
- Windows:
$ grunt dist-win
- Linux 64:
$ grunt dist-linux
- Linux 32:
$ grunt dist-linux32
Simply unzip dist/GulpUI.zip, run it and drag a Gulpfile.js file into the app.
- Dica-Developer for his yeoman generator for node-webkit aplications.