https://github.com/chassis/bower
A Chassis extension to install bower
https://github.com/chassis/bower
bower chassis chassis-extension wordpress
Last synced: 21 days ago
JSON representation
A Chassis extension to install bower
- Host: GitHub
- URL: https://github.com/chassis/bower
- Owner: Chassis
- Created: 2017-03-25T03:28:49.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2020-08-13T08:16:59.000Z (almost 6 years ago)
- Last Synced: 2025-11-13T20:28:12.071Z (7 months ago)
- Topics: bower, chassis, chassis-extension, wordpress
- Language: Puppet
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bower extension for Chassis
The Bower extension automatically sets up your Chassis instance to be able to use bower inside your Chassis box.
## Activation
Ensure you have a Chassis instance set up locally already and that you have the Nodejs extension installed. https://github.com/Chassis/nodejs
```
# In your Chassis dir:
git clone --recursive https://github.com/Chassis/Bower.git extensions/bower
# Reprovision
cd ..
vagrant provision
```
Alternatively you can add the extension to one of your yaml config files. e.g.
```
# Extensions
#
# Install a list of extensions automatically
extensions:
- chassis/bower
- chassis/nodejs
# Reprovision
vagrant provision
```
Bower has now been installed inside your Chassis box.