gulp-generator icon indicating copy to clipboard operation
gulp-generator copied to clipboard

BrowserSync firing directory can't resolve relative paths

Open ghost opened this issue 9 years ago • 2 comments

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/' } });

ghost avatar May 10 '16 06:05 ghost

Thank you for letting me know everytime atilkan I really appreciate it. I'll fix it in a week !!

steelydylan avatar May 10 '16 06:05 steelydylan

I am not sure if that is the problem though.

ghost avatar May 10 '16 06:05 ghost