Socket
Socket
Sign inDemoInstall

gulpzilla

Package Overview
Dependencies
247
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulpzilla

Gulpzilla adds `gulp [commands]` to your [gulp](http://gulpjs.com/) setup.


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

gulpzilla

Gulpzilla adds gulp [commands] to your gulp setup.

In packages, we have include:

Refer to each individual gulpzilla-[setup] package to see what it enables.

Install

$ npm install gulpzilla --save-dev   

Usage

Add this in your gulpfile.js:

var gulp = require('gulpzilla')({

	/* enable/disable debug mode for browserify */
	debug: process.env.NODE_ENV !== 'production',

	/* `browserify` configuration  
	browserify: {
        srcDir: './src/js', // javascript source directory
        target: './src/js/index.js', // entry point for browserify

        distDir: './public/js', // directory for bundled javascript
        distFilename: 'bundle.js' // filename for bundled javascript
    }
    
    /* more configuration for additional setup: gulpzilla-[setup] */
});

Run the gulp setup:

$ gulp browserify 

Keywords

FAQs

Last updated on 09 Dec 2016

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