Socket
Socket
Sign inDemoInstall

gulpzilla-browserify

Package Overview
Dependencies
451
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gulpzilla-browserify

common gulp tasks to shaaaare


Version published
Weekly downloads
1
decreased by-94.12%
Maintainers
1
Install size
23.0 MB
Created
Weekly downloads
 

Readme

Source

gulpzilla-browserify

This adds 2 gulp commands to gulpzilla:

  1. gulp browserify
  2. 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

FAQs

Last updated on 18 Sep 2017

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