Skip to content

alexking/tiny-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tiny-grunt template

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.

About

Create a small but powerful grunt file: server + livereload + bower + jshint

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages