Skip to content

willerce/spock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1d9eb7 · Jan 26, 2015

History

31 Commits
Feb 23, 2014
Feb 22, 2014
Feb 22, 2014
Nov 29, 2013
Jan 26, 2015
Feb 22, 2014

Repository files navigation

spock

A Grunt GUI Tool

Spock App

Spock is a GUI frontend for Grunt. Unlike Koala and Prepros, Spock merely provides a graphic interface, without adding any extra functionality.

Instead of Grunt's original command line interface, Spock's graphic interface helps the new Grunt users. We hope Spock can promote the usage of Grunt.

Website (Chinese): getspock.com

Download: github.com/willerce/spock/releases.

##Getting started

First, you shoud install Grunt's command line interface (CLI) globally. �Grunt CLI Installation Details

npm install -g grunt-cli

Then, Change to the existing Grunt project's root directory, Install project dependencies with npm install

To Ensure Run Grunt with grunt is okay.

Last, Open Spock and drag project folder to Spock to add it. run the task from Spock Task area.

Mac OS X

Please run the command shell before use Spock.

sudo ln -s /usr/local/bin/node /usr/bin/node
sudo ln -s /usr/local/bin/grunt /usr/bin/grunt