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')

Readme

Keywords

none

Package Sidebar

Install

npm i conga-browserify

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • lampjunkie