grunt-init-proto
v1.0.2
Published
grunt-init template for a jekyll static site. Includes compass, bower and grunt support.
Downloads
25
Readme
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