Using Grunt.
# install grunt locally on computer
npm install grunt-npm-install --save-dev
# install grunt command locally on computer Command Line interface
# might need to run as admin
npm install -g grunt-cli
# intiallize package JSON
npm init
# make sure package.json name is not "grunt"
npm install -S grunt
# to run commands
grunt [function name]