Socket
Book a DemoInstallSign in
Socket

gulpzilla-browserify

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulpzilla-browserify

common gulp tasks to shaaaare

latest
Source
npmnpm
Version
4.1.0
Version published
Maintainers
1
Created
Source

gulpzilla-browserify

This adds 2 gulp commands to gulpzilla:

  • gulp browserify
  • gulp watch-browserify

Install

$ npm install gulpzilla-browserify --save-dev   

Configuration

In gulpfile.js:

var gulp = require('gulpzilla')({

	/* gulpzilla-browserify configuration */  
	browserify: {
        srcDir: './src/js', // source, top level 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] */
});

Keywords

gulp

FAQs

Package last updated on 18 Sep 2017

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