Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G gulp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gulp
  • gulp
  • Merge requests
  • !1380

Add browserify (multiple destination) example

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/kt3k/feature/recipe-browserify-multiple-destination into master Nov 09, 2015
  • Overview 11
  • Commits 3
  • Pipelines 0
  • Changes 2

Created by: kt3k

Browserify+Globs recipe bundles everything into one bundle, but doesn't show how to bundle each file into a separate bundle.

I think this example is helpful for people who want to create separate bundles from different entry files.

This blog post covers almost the same thing, but because of the change of browserify API now the examples in the above post doesn't work. (see https://github.com/substack/node-browserify/issues/1217 )

I believe it's helpful for beginners to have this example in the official recipes.

Thanks,

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/kt3k/feature/recipe-browserify-multiple-destination