conga-browserify

0.0.1 • Public • Published

conga-browserify

Overview

This is a bundle for the Conga.js framework which uses browserify to allow you to expose modules within your application to the browser.

Configuration

# config.yml
browserify:

    # bundles to create
    bundles:

        mybundle:
            path: js/user.js
            expose: user
            src:
                - demo-bundle:model/user

Usage

Jade example:

// layout.jade
script(src='/js/user.js')

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i conga-browserify

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • lampjunkie