cgross / generator-cg-angular

Yeoman generator for Enterprise Angular projects.
MIT License
592 stars 198 forks source link

Add BrowserSync Support #24

Open aamirshah opened 10 years ago

aamirshah commented 10 years ago

BrowserSync is a cool way to open up the app across various devices. You can read the detailed documentation here

You can also check how I've implemented BrowserSync in my generator

gaboesquivel commented 10 years ago

yeah definitively :+1:

cgross commented 10 years ago

Hmm. I'll have to take a look. The livereload-ing features are already available via grunt-contrib-watch. I'll have to see how to configure browserSync to mirror the scrolls/clicks/etc but without using its livereload feature.