Skip to content

Small Grunt setup to start new projects quickly

Notifications You must be signed in to change notification settings

akshay-rathod/grunt-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Grunt Starter Kit

This small repo is designed to make starting new projects or working on simple ideas faster and easier. Copy the repo into a directory, run a few commands, and you're off and running.

Usage

Clone repo:

$ git clone [email protected]:kyleshevlin/grunt-starter-kit.git

Copy contents of lib/ into your project:

$ cp -R grunt-starter-kit/lib/ path/to/your/project

Open the package.json file and update the name of your project and any other necessary changes.

Then, run:

$ npm install

This will install all necessary dependencies. Lastly, run:

$ grunt

This initiates the default grunt command. This kit will compile Sass, autoprefix the CSS output, concatenate and uglify JavaScripts, and run a watch command to live reload all changes to .scss and .js files.

Feel free to fork and tweak to your own needs.

About

Small Grunt setup to start new projects quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.6%
  • CSS 36.1%
  • HTML 9.3%