I want to use Live Reload add-on to monitor changes in my persons.css
file. But when I modify the code of my CSS file nothing changes in my Firefox.
The address that I use is like this:
http://localhost:8080/persons/person?id=1
It shows a HTML page that loads my simple persons.css
file.
This is the configuration that I have:
I use this add-on becuse has good stars but I can use another one. It is the first live reload that I use in a Yii2 project.