Hey there, I'm new to GULP and could use some help...
I've been trying to configure GULP for a template that uses AngularJS. When I run the gulp command, the console displays the message "**Done Waching code and reloading on changes" but nothing seems to be happening even after waiting for several minutes...
There are no error messages shown, just a lot of cleaning and compiling before displaying that final message. I tried searching online for more information about this message, but couldn't find anything helpful. Is there a specific reason for this behavior or a log where I can check for errors?
I'm a bit unsure about what to expect... should the browser automatically open with the page displayed?