Download the PHP package psi/contao-livereload without Composer
On this page you can find all versions of the php package psi/contao-livereload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download psi/contao-livereload
More information about psi/contao-livereload
Files in psi/contao-livereload
Download psi/contao-livereload
More information about psi/contao-livereload
Files in psi/contao-livereload
Vendor psi
Package contao-livereload
Short Description Contao CSS Livereload Client
License LGPL-3.0+
Homepage https://github.com/psi-4ward/contao-livereload
Package contao-livereload
Short Description Contao CSS Livereload Client
License LGPL-3.0+
Homepage https://github.com/psi-4ward/contao-livereload
Keywords contao
Please rate this library. Is it a good library?
Informations about the package contao-livereload
Contao CSS Livereload
Livereload the CSS in the Browser whenever a file changes.
- Supports the Contao Combiner !
- Supports LessCSS
- Supports SASS (Compass)
How it works
- You have to run the contao-livereload-server on the Machine holding the Stylesheet files.
- You have to install the contao-livereload extension and enable it in your user-profile
- Whenever you load a Contao page in your Browser a AJAX call tells the livereload-server which (uncombined) stylesheets youre working with.
Client installation
Use Composer!
Or copy all files to system/modules/contao-livereload and update the database
Server installation
- You need NodeJS and NPM installed! Google knows how
- Run
sudo npm -g install contao-livereload
You can use one server installation for every contao project
Using Contao-Livereload
- Run the
contao-livereload
file from any contao root directory - Activate the feature in your Backend-User Profile (
contao/main.php?do=login
) - Open any contao frontend page
- Start editing your CSS/LESS
- Enjoy the magic
Tipps
- Add watchers to trigger the livereload for files not directly referenced in Contao.
Useful if you have
@import
in your less files:
contao-livereload -w files/layout/**/*.less
- You can run the Contao-Livereload-Server on your webserver, be sure to configure the correct Host in your backend profile. If you have problems check the server firewall.
Server usage
example output
License: http://www.gnu.org/licenses/lgpl-3.0.html LGPL
Author: Christoph Wiechert 4ward.media
All versions of contao-livereload with dependencies
PHP Build Version
Package Version
The package psi/contao-livereload contains the following files
Loading the files please wait ....