taggon / livereload

LiveReload plugin for Atom
MIT License
34 stars 13 forks source link

fixed reload only file changed. #62

Open mean-cj opened 6 years ago

mean-cj commented 6 years ago

Problem.

I found problem with atom on windows because windows use backslash. example; D;\website\style.css

After save .css,.js file livereload have been reload all .css ,.js on browser.

fix convert backslash to slash. for reload only file changed.