ghostunicorns/module-csp-livereload

This module allows you to use livereload for development on your Magento 2 theme

Maintainers

Package info

github.com/ghostunicorns/module-csp-livereload

Type:magento2-module

pkg:composer/ghostunicorns/module-csp-livereload

Statistics

Installs: 2 162

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.0 2021-08-17 09:14 UTC

This package is auto-updated.

Last update: 2026-03-17 19:19:02 UTC


README

This module allows you to use livereload for development on your Magento 2 theme

Install

composer require ghostunicorns/module-csp-livereload

Attention!

Enable this module only on the local development environment and please add this entry in your staging and production environments app/etc/env.php file:

...
    'modules' => [
...
        'GhostUnicorns_CspLivereload' => 0,
...
    ],
...

Contribution

Yes, of course you can contribute sending a pull request to propose improvements and fixes.