🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

minifist

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minifist

Compress & mangle a browserify bundle, and extract the source map to a separate file

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source
browserify foo.js -d | minifist -o dist/bundle.js.map -u bundle.js.map >dist/bundle.js

Description:
  Compress & mangle a browserify bundle, and extract the source
  map to a separate file. Sane debugging for a production bundle
  without increasing the file size for typical users. Screw IE8.

Options:
  --out,  -o Where to put the new source map file
  --url,  -u Relative url of the source map [default: --out]
  --base, -b Rewrite file names using a base path [default: $PWD]

Keywords

build

FAQs

Package last updated on 21 May 2015

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