conga-bower

0.0.7 • Public • Published

conga-bower

Overview

This is a bundle for the Conga.js framework which wraps around Bower to easily configure and automatically install client side packages during the application start up process.

Configuration

Example:

// config.yml
bower:

    # target directory in public where deps get installed
    directory: js/lib

    # dependencies to install
    dependencies:
        "backbone": "*"
        "bootstrap": "2.3.2"
        "underscore": "1.4.4"

Usage

During application start up, this bundle will check if there were any dependencies added/changed in the config. If so, they will be automatically installed by a spawned Bower process.

Readme

Keywords

none

Package Sidebar

Install

npm i conga-bower

Weekly Downloads

7

Version

0.0.7

License

MIT

Last publish

Collaborators

  • lampjunkie