0.0.7 • Published 7 years ago

conga-bower v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

0.0.7

7 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

11 years ago