Demonstrates the following:
-How to concatenate JS files using Gulp.js (using 'gulp-concat')
-How to minify (uglify) JS files using Gulp.js (using 'gulp-uglify')
-How to monitor JS file changes using Gulp Watch
-How to link Gulp Watch with a Gulp task.