Did you manage to get the gulp serve/browser sync feature working correctly?
Give a more extended description
I am running my dnn theming environment through a subdomain "theme.dnndev.me". The site opens and displays correctly when viewing that address directly.
If I changed the proxy domain in gulpfile.js to match, and then run gulp serve, the site opens in a new browser tab as it should, but the persona bar is missing, and there are some other various glitches.
Other comments or remarks
One a side note, I added the following to the gulpfile, to include changes to ascx files as well:
@skrantzman yes, browsersync has been working since June 2019 and we have not experienced any of this behavior. Perhaps something else in your instance or project is causing this?
Please summarize your question in one sentence
Did you manage to get the gulp serve/browser sync feature working correctly?
Give a more extended description
I am running my dnn theming environment through a subdomain "theme.dnndev.me". The site opens and displays correctly when viewing that address directly.
If I changed the proxy domain in gulpfile.js to match, and then run gulp serve, the site opens in a new browser tab as it should, but the persona bar is missing, and there are some other various glitches.
Other comments or remarks
One a side note, I added the following to the gulpfile, to include changes to ascx files as well:
Added a path for dnn ascx files
Modified the serve() function to include
These changes allow live browser syncing for changes to the dnn theme files which is useful for side by side development.