Search by

ezsystems / platform-ui-assets-bundle

ezrobotlserwatkabdunogier

This package is abandoned and no longer maintained. No replacement package was suggested.

External assets dependencies for PlatformUIBundle

Package info

github.com/ezsystems/PlatformUIAssetsBundle

Language:Shell

pkg:composer/ezsystems/platform-ui-assets-bundle

Statistics

Installs: 269 228

Dependents: 4

Suggesters: 0

Stars: 2

v5.1.0 2018-05-08 09:29 UTC

README

Build Status

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.