gulp-generator
gulp-generator copied to clipboard
BrowserSync firing directory can't resolve relative paths
I make my app in a folder that is ready to publish as everyone i suppose. But browserSync can't find relative paths in html files.
Generated code looks like this.
browserSync.init({ server: "./app" });
I use to do like this and it was fine.
browserSync.init({ server: { baseDir: 'app/' } });
Thank you for letting me know everytime atilkan I really appreciate it. I'll fix it in a week !!
I am not sure if that is the problem though.