About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
bekacodechn
11/11/2016 - 12:58 AM
share
Share
add_circle_outline
Save
各种命令行 command line
各种命令行 command line
command line.md
content_copy
file_download
Rendered
Source
##Browser-sync
远程文件刷新
browser-sync start --proxy "官网url" --files "
" --reload-delay 1000 ** 解释:
--proxy :启动代理
--files "***" : *** 表示所有文件,包括静态文件和动态文件
--reload-delay 1000 : 延迟1000ms后刷新。因为用sublime上传文件需要时间,所以上传到服务器成功后再刷新。
clear