Template to create a small but powerful grunt file with -
- server
- jshint
- javascript includes
- bower
- livereload
You can use it by typing something like this -
# Install grunt-init if you don't already have it
npm install -g grunt-init
# Clone into your grunt-init directory
git clone https://github.com/alexking/tiny-grunt.git ~/.grunt-init/tiny-grunt
# Create your new project and gruntfile
mkdir newproject
grunt-init tiny-grunt
# Get it running!
npm install
bower install
grunt
Released under the unlicense.