gulp-wpmvc-deploybot

1.0.0 • Public • Published

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

/gulp-wpmvc-deploybot/

    Package Sidebar

    Install

    npm i gulp-wpmvc-deploybot

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.58 kB

    Total Files

    5

    Last publish

    Collaborators

    • amostajo