After gulp-concat, new concatenated js file is added in my project folder and then I start server but file is not loaded in the browser .
Server responded with 404 .
Browser Console:
Browser Developer Tool's Application Tab
Gulp File
After gulp-concat, new concatenated js file is added in my project folder and then I start server but file is not loaded in the browser .
Server responded with 404 .
Browser Console:
Browser Developer Tool's Application Tab
Gulp File
Copyright © 2021 Jogjafile Inc.



.pipe(gulp.dest('views'))It looks like you're saving the file to your
viewsfolder. If that's intentional you will have to load it fromviews/main.js.