Socket
Socket
Sign inDemoInstall

gulp-wpmvc-deploybot

Package Overview
Dependencies
220
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulp-wpmvc-deploybot

DeployBot build command for Wordpress MVC development.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 30 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc