Skip to content

gobblejs/connect-gobble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Connect middleware to serve files managed by gobble

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published