New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cloudfour/gulp-tasks

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudfour/gulp-tasks

Gulp tasks used for various Cloud Four projects.

2.5.0
latest
Source
npm
Version published
Weekly downloads
2
Maintainers
3
Weekly downloads
 
Created
Source

Core Gulp Tasks

Note: Requires node >=4.0.0

Usage

npm install --save-dev cloudfour/core-gulp-tasks.git
/* gulpfile.js */

var gulp = require('gulp');
var tasks = require('core-gulp-tasks');

/**
 * Register the tasks you need to use.
 */

tasks.css(gulp, {
  // Task options
});

tasks.js(gulp, {
  // Task options
});

gulp.task('default', ['css', 'js']);
gulp --tasks

Tasks for gulpfile.js
├── css
├── js
└── default

Keywords

gulp

FAQs

Package last updated on 04 Oct 2018

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