gulp-wpmvc-deploybot
v1.0.0
Published
DeployBot build command for Wordpress MVC development.
Downloads
16
Readme
gulp-wpmvc-deploybot
Deploybot tasks for WPMVC.
Install
npm install gulp-wpmvc-deploybot -saveProject 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/deploybotLicense
MIT (c) 2019 Local Vibes
