ezsystems / platform-ui-assets-bundle
External assets dependencies for PlatformUIBundle
Installs: 266 032
Dependents: 4
Suggesters: 0
Security: 1
Stars: 2
Watchers: 23
Forks: 9
Language:Shell
Requires
- symfony/symfony: ^2.5 | ^3.0
- dev-master
- v5.1.0
- v5.0.0
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.0
- 4.0.x-dev
- v4.0.0
- v4.0.0-beta1
- v3.3.0
- v3.2.0
- v3.2.0-rc1
- v3.2.0-beta1
- v3.1.0
- v3.1.0-alpha1
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-beta1
- v3.0.0-alpha1
- v2.1.0
- v2.0.0
- v2.0.0-alpha2
- v2.0.0-alpha1
- v1.0.0
- v1.0.0-rc2
- v1.0.0-rc1
- v1.0.0-beta5
- v1.0.0-beta4
- v1.0.0-beta3
- v1.0.0-beta2
- v1.0.0-beta1
- v1.0.0-alpha4
- v1.0.0-alpha3
- v1.0.0-alpha2
- v1.0.0-alpha1
- v0.11.1
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.0
- 0.1
- dev-ezp-24712_alloyeditor_0.5
This package is auto-updated.
Last update: 2024-10-07 18:45:43 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.