1.0.0 • Published 5 years ago

gulp-wpmvc-deploybot v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

gulp-wpmvc-deploybot

Deploybot tasks for WPMVC.

Install

npm install gulp-wpmvc-deploybot -save

Project Setup

In your project's gulpfile.js add the following:

Gulpfile

At the // Prepare section:

var deploybot = require('gulp-wpmvc-deploybot');

Then after wpmvc() line:

wpmvc(gulp, config);
deploybot(gulp, config);

Deploybot Setup

On the Compile, compress, or minimize your code section during DeployBot's server configuration add the following:

# Dependencies
echo "(1) Downloading dependencies..."
composer install --no-dev
npm install
# Build
echo "(2) Building..."
gulp deploybot
echo "(3) Change-Directory deploy..."
# Change to build directory
cd builds/deploybot

License

MIT (c) 2019 Local Vibes