Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

phette23/how-to-grunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Grunt

Simple example project demonstrating how to use Grunt. There's a forthcoming ACRL Tech Connect blog post which will reference this.

Setup

  • Install Node by downloading and running the installer
  • Open a command prompt and ensure that node --version & npm --version are returning version information and thus on your path
    • If they're not on your path you'll have to do a little web searching, "how do I add to path on {{insert operating system}}" should be even to get you going
  • Run npm install -g grunt-cli to install Grunt globally
  • Inside this project, run npm install to get all the necessary pieces
  • Now grunt build and grunt watch should work as described in the blog post

License

CC0 Public Domain

Included files may have their own licenses. It's MIT for normalize.css and unknown for cornify.js.

About

project demonstrating the use of Grunt task runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published