Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 314 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 314 Bytes

#Grunt Test#

##Setup##

###Install grunt-cli###

npm install -g grunt-cli Only needs to be done once, the -g is for global

###install dependencies###

npm install Required for each project

###start watching###

grunt watch Can just use grunt to build a one-off, watch is better for dev though