Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionWhen develop a website with Wordpress, I spent a lot of time to change small pieces of code like CSS, HTML element.
Each time I did that, I needed to do so many steps:
- Change the code
- Save it
- Switch to web page window
- Refresh the web page
- Check the updated content
I had 2 monitors in my workspace. So I wish that have some technical help me just save the code then web page will auto refresh.
After that, I just have 3 steps:
- Change the code
- Save it
- Check the updated content
Many thanks for your help!!!
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionWhen develop a website with Wordpress, I spent a lot of time to change small pieces of code like CSS, HTML element.
Each time I did that, I needed to do so many steps:
- Change the code
- Save it
- Switch to web page window
- Refresh the web page
- Check the updated content
I had 2 monitors in my workspace. So I wish that have some technical help me just save the code then web page will auto refresh.
After that, I just have 3 steps:
- Change the code
- Save it
- Check the updated content
Many thanks for your help!!!
Share Improve this question asked Jun 7, 2019 at 1:20 LinherestLinherest 32 bronze badges 2- This is definitely possible...node.js or browswersyc can start you in the right direction, but it's way out of scope for this stack. – rudtek Commented Jun 8, 2019 at 14:53
- I did this before with static HTML project by using node.js. I guess we need a specific technique to do the same thing with Wordpress so I asked for help. I find out that BrowserSync is a perfect solution in this case. Thank you so much! – Linherest Commented Jun 8, 2019 at 16:00
1 Answer
Reset to default 0Something like BrowserSync is what you're looking for ( https://scotch.io/tutorials/how-to-use-browsersync-for-faster-development )
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745429392a4627323.html
评论列表(0条)