Skip to content

chris-lin/myGrunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Grunt

description:

first install grunt-cli command
npm install -g grunt-cli

command line:

Start

run your project make task of compress and uglify

grunt {project}

ex.

grunt test

run your project make single task

grunt test:uglify

or

grunt test:cssmin

Live Reload

As soon as your website modify files , and the browser is refreshed.

grunt livereload

About

custom individual grunt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published