New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wpdevtools

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wpdevtools

grunt tasks for wordpress development

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

WPDevTools

collection of modified grunt tasks to fit my workflow. breaks the idea of one module for one single purpose but its more convenient that forking every task on its own.

Tasks

ftp-deploy based on https://github.com/zonak/grunt-ftp-deploy modified to only upload the files that have changed since last deploy, makes deploys for large projects much faster

cloudflare based on https://github.com/strathausen/grunt-cloudflare

cfpurge // clears the cloudflare cache
cfdevmodeon // enables the devmode for a domain
cfdevmodeoff // disables the devmode for a domain

Config

create a file .wpdevtools

{
	"ftp-deploy":{
		"production":{
			"USERNAME":"username",
			"PASSWORD":"password"
		}
	},
	"cloudflare":{
		"EMAIL":"email",
		"TOKEN":"token",
		"DOMAIN":"domain"
	}
}

FAQs

Package last updated on 30 Dec 2013

Did you know?

Socket

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