Skip to content

A basic initial installation of Grunt, incorporating WATCH, JSHINT, BEAUTIFIER, TASKS. It enables a quick setup of Grunt on any JavaScript project, and gives a good start to setting up specific requirements.

Trevorrwarduk/Grunt-Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grunt setup

A basic initial installation of Grunt.

The initial items set up are

Watch

jshint

beautifier

available tasks

This should be setup in the parent directory of the javaScript project, or you main workspace.

The 'Watch' task will check through all sub-directories from the parent down.

When installed run 'Grunt watch' from a terminal window and as the code is modified and saved it will be syntax checked and formatted.

To use

Download the files into the directory you wish to use and run

./setupGrunt

About

A basic initial installation of Grunt, incorporating WATCH, JSHINT, BEAUTIFIER, TASKS. It enables a quick setup of Grunt on any JavaScript project, and gives a good start to setting up specific requirements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published