kvzivn / anp-gulp

A collection of gulp tasks only relevant to my exact project setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANP-GULP HELPERS

A set of gulp helpers that are relevant only with a specific project setup. In other words, not very useful for most developers.

Usage

Place the snippet below in your gulpfile to make all tasks available to you at your CLI.

require('anp-gulp');

global.MODULE_PKG = require('./package.json');

/** IF YOU NEED SPECIFIC GULP TASKS, DEFINE THEM HERE **/

About

A collection of gulp tasks only relevant to my exact project setup.

License:MIT License


Languages

Language:JavaScript 100.0%