steelydylan / gulp-generator

Easy gulp generator for web
http://steelydylan.github.io/gulp-generator/
135 stars 18 forks source link

BrowserSync firing directory can't resolve relative paths #9

Open ghost opened 8 years ago

ghost commented 8 years ago

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

steelydylan commented 8 years ago

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

ghost commented 8 years ago

I am not sure if that is the problem though.