ezsystems/platform-ui-assets-bundle
External assets dependencies for PlatformUIBundle
Maintainers
Package info
github.com/ezsystems/PlatformUIAssetsBundle
Language:Shell
pkg:composer/ezsystems/platform-ui-assets-bundle
Requires
- symfony/symfony: ^2.5 | ^3.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-2.0-only b9b8c28b286c9d5c50ca4529836cb036a3deb1b6
This package is auto-updated.
Last update: 2026-06-07 22:58:19 UTC
README
The PlatformUIAssetsBundle provides the external frontend dependencies needed by
the eZ Platform UI. The master branch only contains some meta files, the actual
dependencies are only available in the tags.
Install dependencies for dev use
For local dev use (testing newer bower.json dependencies, ..) make sure you have bower installed and run the following:
$ bower install
and follow the instructions.
Release a new version
Just run the prepare_release.sh script:
$ ./bin/prepare_release.sh -v 0.10
and follow the instructions.
NOTE: As of 4.0 the script also takes a -b argument to specify branch to build, e.g. -b 4.0.
Testing / Developer tasks
Testing of this lib can be done from PlatformUIBundle, see PlatformUIBundle/README.md for further instructions.
