Angular Automation: Gulp Watch

Share this video with your friends

Send Tweet

In this lesson, we are going to learn how to use gulp.watch to detect local file changes and execute additional Gulp tasks. To illustrate this concept, we are also going to hook up gulp-jshint to automation lint our JavaScript as we make changes to our code.

Ben Franzoso
Ben Franzoso
~ 9 years ago

wheres the rest of the coarse???

Steve
Steve
~ 9 years ago

Just in case someone else experiences the same difficulty that I did; specifically an "UNMET PEER DEPENDENCY jshint@2.x".

from the Node.js command prompt I installed with the following... npm install jshint gulp-jshint --save-dev

as described in https://www.npmjs.com/package/gulp-jshint and this seems to have addressed the problem.

wjen
wjen
~ 8 years ago

Solved my issue thanks!

pablo
pablo
~ 8 years ago

I also expected more... as the title suggests, something more including Angular.