jaxbot / browserlink.vim

Live browser editing for Vim
MIT License
711 stars 38 forks source link

Added an option to not reload css files #53

Closed tomasz13nocon closed 2 years ago

tomasz13nocon commented 7 years ago

I like to use browserlink to reload the browser on html file change, but leave reloading css files to chrome devtools. The reason for that is that chrome is able to reload only necessary css changes, while this plugin reloads all css files which takes much longer.