jkroso / atom-browser-refresh-on-save

A plugin for Atom which reloads assets in the browser as soon as you save them
7 stars 3 forks source link

CSS refresh on save config #13

Open redeemefy opened 7 years ago

redeemefy commented 7 years ago

Chrome is not refreshing while saving the style.css. It is any configuration I need to do? If so... What about having multiple .css files? Can you paste some configuration snippet?

Thank you!!

jkroso commented 7 years ago

No config it should just work. Perhaps there is a bug when developing multiple css files at once. I think I've only ever changed one even when several are on the page

redeemefy commented 7 years ago

I'm working with just index.html and one style.css. If I save the .css the browser doesn't update, but if I move to the index.html and save then the browser refreshes as it should. I'm using chrome Version 55.0.2883.95 (64-bit) and I'm working on a OS X with El Capitan.

jkroso commented 7 years ago

Your setup is similar to mine but it works for me. I just added a test page. Open the html file and edit the css file and see if it works