livereload
automatic browser refresher (Python 3)
Install
- All systems
-
curl cmd.cat/livereload.sh
- Debian
-
apt-get install python3-livereload
- Ubuntu
-
apt-get install python3-livereload
- Kali Linux
-
apt-get install python3-livereload
- Fedora
-
dnf install python3-livereload
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-livereload
- Raspbian
-
apt-get install python3-livereload
- Dockerfile
- dockerfile.run/livereload
python3-livereload
automatic browser refresher (Python 3)
It is really boring for Web developers to need to refresh their browser every time they save a (CSS, JavaScript, or HTML) file. LiveReload will take care of that for you, so that when you save a file, your browser will refresh itself - and what's more, it can perform tasks such as compiling LESS to CSS before the browser reload. This package contains the Python 3 version of livereload.
python-livereload
automatic browser refresher
It is really boring for Web developers to need to refresh their browser every time they save a (CSS, JavaScript, or HTML) file. LiveReload will take care of that for you, so that when you save a file, your browser will refresh itself - and what's more, it can perform tasks such as compiling LESS to CSS before the browser reload. This package contains the Python 2 version of livereload.