https://github.com/chassis/gulp
A Chassis extension to install Gulp
https://github.com/chassis/gulp
chassis chassis-extension gulp wordpress
Last synced: about 1 month ago
JSON representation
A Chassis extension to install Gulp
- Host: GitHub
- URL: https://github.com/chassis/gulp
- Owner: Chassis
- Created: 2017-03-28T04:07:58.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2020-08-13T09:10:29.000Z (almost 6 years ago)
- Last Synced: 2025-01-04T19:28:16.405Z (over 1 year ago)
- Topics: chassis, chassis-extension, gulp, wordpress
- Language: Puppet
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gulp extension for Chassis
The Gulp extension automatically sets up your Chassis instance to be able to use [Gulp](https://github.com/gulpjs/gulp) inside your Chassis box.
```
# In your Chassis dir:
git clone --recursive https://github.com/Chassis/gulp.git extensions/gulp
```
Then you'll need to 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/gulp
```
Then you'll need to reprovision
```
vagrant provision
```
Gulp has now been installed inside your Chassis box.