Top "Browserify" questions

Browserify is a tool that packages Node.

Using Bootstrap 3.0 with Browserify

I am trying to use Bootstrap 3.0 with Browserify 5.9.1, but getting the following error: Uncaught ReferenceError: jQuery is not defined What's …

twitter-bootstrap browserify
how to output multiple bundles with browserify and gulp

I have browserify bundling up files and it's working great. But what if I need to generate multiple bundles? I …

javascript node.js npm gulp browserify
Browserify - multiple entry points

I am using Browserify within gulp. I am trying to compile down my tests to a single file as well. …

automated-tests gulp browserify
How do I manage relative path aliasing in multiple grunt-browserify bundles?

This is tad long but I'll need the code example to illustrate my confusion. After which I am interested to …

gruntjs browserify
Catching Browserify parse error (standalone option)

I'm using gulp + browserify to build and package my javascript library. Now there is one thing that bothers me: I'm …

node.js gulp browserify
Should I use Browserify or Webpack for lazy loading of dependencies in angular 1.x

I would like to have async loading of angular dependencies in a large application and I'm trying to decide between …

angularjs browserify webpack
How to ignore libraries in browserify programmatic api

Assume the below code is found in bundler.js and tracing entry.js leads to var B = require('backbone'); (Backbone …

node.js backbone.js browserify
Why do I have to use vinyl-source-stream with gulp?

I am trying to use gulp and browserify to transform my .jsx files into .js files. var gulp = require('gulp'); …

javascript node.js gulp browserify
How to set up gulp to bundle several files into one?

This seems like a very simple question, but spent the last 3 hours researching it, discovering it can be slow on …

javascript gulp browserify bundling-and-minification watchify
Browserify Require All Files in Directory

I'm new to Browserify (and Javascript build systems in general) and have reached a point where I am thoroughly confused. …

javascript npm gulp browserify