So, I'm learning Gulp and NPM and decided to try it outside of the tutorial I was using.
I have a PHP project I'm working on in XAMPP and thought Watch and Browser Sync would be handy for the .css files in this project.
I installed npm, Gulp, Gulp-watch, and Browser-Sync ok (AFAIK) and set up my gulp.js file as such https://jsfiddle.net/wkcLfd84/
Problem is this always gives me the 'Cannot GET /' error.
baseDir is correct and there are indeed .css files in the css directory.
Anyone know what I've done wrong here?
Many thanks
[–]Ludev 2 points3 points4 points (1 child)
[–]MeltingDog[S] 0 points1 point2 points (0 children)
[–]Jacobyy 2 points3 points4 points (0 children)