grunt-init-proto

grunt-init-proto

grunt-init template for prototyping static sites with jekyll, grunt, bower and compass

Grunt-Init-Proto

A grunt-init template for prototyping with jekyll, compass and grunt.

Installation

If you haven't already done so, install grunt-init.

Once grunt-init is installed, place this template in your ~/.grunt-init/ directory. It's recommended that you use git to clone this template into that directory, as follows:

git clone https://github.com/eddywashere/grunt-init-proto.git ~/.grunt-init/proto

Usage

Initialize project directory:

grunt-init proto

Install dependencies:

bundle install && npm install && bower install

Run grunt task to serve site at http://localhost:4000

grunt