browser-sync-spa
browser-sync-spa copied to clipboard
Better Single Page App support for BrowserSync
I'm not quite fimiliar with configuring frontend tools so I used a generator for yeoman to scaffold for me. I write both front and back ends and if I serve...
I using browser-sync with gulp and angularjs. When I pass ghostMode: false to browser-sync settings, or disable it manually - it doesn't change ghost mode and still syncing all my...
I'm having issues with an AngularJS app. Was hoping to test out this plugin but it looks like the API has changed. Should this work as a drop in?
Hi! How can i use `browser-sync-spa` with Grunt? i tried this: ``` browserSync: { bsFiles: { src : [ 'styles/*.css' ] }, options: { server: { baseDir: "./" }, plugins:...
I've been debugging this problem for a while now and I am reasonably sure that it stems from this library, but please correct me if I'm wrong. I'm using browser-sync...