Created
August 20, 2013 18:14
-
-
Save jlleblanc/6285111 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var browserify = require('browserify-middleware'); | |
var express = require('express'); | |
server = express(); | |
// Setup scripts/targets middleware. | |
server.use('/scripts', browserify('../src/scripts')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment