Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.31 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.31 KB

#Intro This repo was built as an intro to Grunt for DSMJS.com. Since I like to teach in sort of an explicit manner each Example folder is essentially a self contained "project". I'd suggest you start with Example1 and work your way up.

#Using this repo You must have the following done to use this repo properly. (I'll try to link to more detailed guides about these later)

Once you've done that all you need to do is open a command prompt to where you've clone this repo. Then navigate into the Example you want to use, and do an npm install. Once you've done that look at the README.md file in each Example folder, and the comments in the Gruntfile.js file. The README file will help explain whats going on in each Gruntfile.js. If you have questions ping me @crolek on twitter or [email protected].

##Example Details

  • Example1: A simple copy/paste of source files.
  • Example2: Compiling Less files
  • Example3: Minifying/Aggregating CSS and JS using multple tasks.
  • Example4: Grunt Watch - bringing it all together!
  • StopDoingThingsManually - my "admin" project of sort for managing all the examples.