Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 481 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 481 Bytes

#grunt-init-bower

A simple boilerplate for creating client side libraries.

##Includes

  • mocha tests
  • bower support
  • livereload support
  • plato analysis
  • concat/uglify/dist library creation

##Requirements

  • node / npm
  • grunt-init (npm install -g grunt-init)

##Setup

git clone git://github.com/firstandthird/grunt-init-bower.git

##Usage

inside the directory where you want to write the library (~/code/awesomelib)

grunt-init /path/to/grunt-init-bower