Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 547 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 547 Bytes

grunt-demo

A super simple grunt demo!

  1. Make sure you have Node.js and the Grunt CLI installed. Instructions can he found here.
  2. Clone the repo.
  3. cd into grunt-demo.
  4. Run npm install.
  5. Play around! Run grunt --help if you need a hand, or check out the Grunt documentation.

Example Tasks

grunt concat
grunt jshint
grunt phplint

Custom Task (Runs both jshint and concat)

grunt demoBuild