connect-gobble

0.1.0 • Public • Published

connect-gobble

Connect middleware to serve files managed by gobble.

It is very basic and missing a load of features (decent error handling, any configuration whatsoever beyond the location of the build definition, etc etc), I just needed it in a hurry. Hopefully it will grow into something useful eventually - in the meantime, contributions welcome!

Installation

npm i connect-gobble

Usage

var express = require( 'express' );
var gobble = require( 'connect-gobble' );

var app = express();

app.use( gobble( 'path/to/gobblefile.js' ) );

License

MIT. Copyright 2015 Rich Harris

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i connect-gobble

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rich_harris