Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

build-gbu

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

build-gbu

Opinionated set of Gulp tasks that build stuff with Browserify and minify them with Uglify

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Build: Gulp+Browserify+Uglify

Opinionated set of Gulp tasks that:

  • build stuff with browserify
  • put the result in dist directory
  • compress the result with Uglify and also place it in dist directory

How to install

npm install --save-dev build-gbu

How to use

// gulpfile.js
require('build-gbu')(
	'index.js',             // Source file Browserify will work with
	'project_name',         // Corresponds to Browserify option with the same name
	'project-name.browser', // Base name for output file in `dist` directory
	'ignore-dependency',    // [optional] Dependencies to ignore by Browserify (its `ignore()` method)
	require('gulp')         // [optional] Your gulp instance in case you want to integrate this with your own tasks
)

This will provide following gulp tasks:

  • build: clean, browserify, minify
  • browserify: clean
  • clean
  • minify: browserify

Contribution

Feel free to create issues and send pull requests (for big changes create an issue first and link it from the PR), they are highly appreciated!

License

Free Public License 1.0.0 / Zero Clause BSD License https://opensource.org/licenses/FPL-1.0.0 https://tldrlegal.com/license/bsd-0-clause-license

FAQs

Package last updated on 14 Jan 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc