Preview processed HTML file from another (dist) directory. #118
Unanswered
oliwerAR
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my settup I have some html files in
app/
directory, which are proccesed (by gulp) and outputted indist/
directory.The gulp settup includes browser-sync preview running on
http://localhost:3000
but it forces me to manually navigate to the speciffic html file.What I want to achive is when I lunch a preview on html file somewhere in
app/
the preview displays corresponding file from fromdist/
(or from the browser-sync onhttp://localhost:3000
).I tried tinkering with root and proxy setting with no luck.
Please, help!
Beta Was this translation helpful? Give feedback.
All reactions