New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@djforth/ap_browserify

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@djforth/ap_browserify

Browserify plugin for asset_pipeline

latest
Source
npmnpm
Version
1.4.0
Version published
Maintainers
1
Created
Source

Asset Pipeline - browserify

This is a wrapper for browserify that will eventually become a plugin for a larger project to manage the whole build process.

It can be used however on it's own. To install run:

npm install @djforth/ap_browserify -g

Now add the configuration details to your package.json like so (N.B. These are the defaults):

asset-pipeline-browserify -h

  Usage: asset-pipeline-browserify [options]

  Options:

    -h, --help                output usage information
    -V, --version             output the version number
    -e, --external <modules>  external modules
    -f, --factorbundle        use factor bundle
    -m, --minify              minify scripts
    -s, --input <name>        input file
    -o, --output <name>       output file
    -i, --ignore              ignore <modules>
    -r, --required            required <modules>
    -w, --watch               Watch scripts
    -v, --vendors             Vendor Bundle

Keywords

Browserify

FAQs

Package last updated on 26 Apr 2016

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