Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Falc/gruntfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Gruntfile boilerplate

My Gruntfile.js boilerplate.

Configured plugins

Installation

1) Download this file...

...and place it into the root directory.

2) Install grunt

npm install -g grunt-cli
npm install grunt --save-dev

3) Install grunt plugins

npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-jshint --save-dev
npm install grunt-contrib-watch --save-dev
npm install grunt-jscs --save-dev

About

Gruntfile boilerplate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published