About
This bundle provides :, (*1)
- an extends of the eZ Publish Composer scriptHandler for dumping assets : if set, the environment variable SYMFONY_ENV will be used to setup the assetic:dump command env option
Installation
With composer :, (*2)
php composer.phar require novactive/ezpublish-tools-bundle
In your composer.json file, replace the line :, (*3)
"eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::dumpAssets"
by the line :, (*4)
"Novactive\\EzPublishToolsBundle\\Composer\\ScriptHandler::dumpAssets"
Contributing
In order to be accepted, your contribution needs to pass a few controls :, (*5)
- PHP files should be valid
- PHP files should follow the PSR-2 standard
- PHP files should be phpmd and phpcpd warning/error free
Finally, in order to homogenize commit messages across contributors (and to ease generation of the CHANGELOG), please apply this git commit message hook onto your local repository., (*6)