-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat(Gruntfile): switch to BrowserSync #1029
base: master
Are you sure you want to change the base?
Conversation
livereload: { | ||
bsFiles: { | ||
src: [ | ||
'<%%= yeoman.app %>/**/*.html', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be consistent, it should be '<%%= yeoman.app %>/{,*/}*.html'
will have to test this out but looks nice for the most part |
@eddiemonge you have been testing for 25 days |
@supergray it's open source done on our extra time. So please, be kind. |
Hi @eddiemonge, any news? Thanks! |
not yet. soon though |
|
We now also support Gulp so we should switch to browsersync in the gulpfile too. |
What do you think about adding the |
@aeby no thank you. This is for generating an angular app, not a server configuration. Not everyone wants to use HTML5Mode. There might be an option in the future though. Also, not the right place to ask the question as this is for this pull request. |
Closes #764