library phpci-bower-plugin
PHPCI plugin for Bower integration
thijskok/phpci-bower-plugin
PHPCI plugin for Bower integration
- Friday, August 5, 2016
- by thijskok
- Repository
- 1 Watchers
- 2 Stars
- 942 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Bower plugin for PHPCI
A plugin for PHPCI to download and install Bower packages required by your application., (*1)
Install the Plugin
- Navigate to your PHPCI root directory and run
composer require thijskok/phpci-bower-plugin
- If you are using the PHPCI daemon, restart it
- Update your
phpci.yml
in the project you want to deploy with
Prerequisites
-
Bower needs to be installed.
Plugin Options
-
force [boolean, optional] - Force latest version on conflict
-
production [boolean, optional] - Do not install project devDependencies
PHPCI Config
ThijsKok\PHPCI\Plugin\Bower:
force: false
production: true
example:, (*2)
setup:
ThijsKok\PHPCI\Plugin\Bower:
production: false
dev-master
9999999-dev
PHPCI plugin for Bower integration
Sources
Download
MIT
The Requires
The Development Requires