This repository has been moved
This repository has been moved to https://github.com/axeptio/prestashop-plugin.
Axeptio Official Module for PrestaShop
About
New rules for cookies: you need to collect consent for your cookies. Be a step ahead with our innovative solution, which is fun and respectful of your users!
Installation
To install module on PrestaShop, download zip package form Product page on PrestaShop Addons.
This module contain composer.json file. If you clone or download the module from github repository, run the ``<code>composer install</code>`<code> from the root module folder.
See the composer documentation to learn more about the composer.json file.
Compiling assets
For development
We use _Webpack_ to compile our javascript and scss files. In order to compile those files, you must : 1. have _Node 10+_ installed locally 2. run </code>npm install<code> in the root folder to install dependencies 3. then run </code>npm run watch<code> to compile assets and watch for file changes
For production
Run </code>npm run build<code> to compile for production. Files are minified, </code>console.log<code> and comments dropped.
Cs fixer
</code>php vendor/bin/php-cs-fixer fix --no-interaction --dry-run --diff<code> to show code lines to be fixed.
</code>php vendor/bin/php-cs-fixer fix` to fix automatically all files.
Commentaires (0)
Votre avis ne peut pas être envoyé
Signaler le commentaire
Signalement envoyé
Votre signalement ne peut pas être envoyé