grunt-peon-gui
Run a local web GUI for Grunt tasks
Getting Started
This plugin requires Grunt ~0.4.0
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-peon-gui --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-peon-gui');
GUI task
Run this task with the grunt gui
command.
Release History
- 2013-03-24 v0.3.0 Launch browser on task start.
Can run completely offline.
Style updates.
- 2013-03-22 v0.2.0 App now in CoffeeScript.
- 2013-03-21 v0.1.0 Initial release.
Task submitted by Mark Parolisi