browserify-server

Browserify bundling + static server in one!

51 个版本
安装
npm install browserify-server
yarn add browserify-server
pnpm add browserify-server
bun add browserify-server
README

browserify-server build status

Spin up a quick & easy browserify server

Example Server

var handler = require("browserify-server")("./static")
    , http = require("http")
    , server = http.createServer(handler).listen(8080)

You now have a HTTP server listening on port 8080 that will server the index.html file in the static folder when you got to / and server the index.js file browserified when you go to /bundle.js

No more browserify boilerplate ever again!

Installation

npm install browserify-server

Tests

make test

Contributors

  • Raynos

MIT Licenced

版本列表
2.1.18 2013-01-30
2.1.17 2013-01-30
2.1.16 2013-01-30
2.1.15 2013-01-30
2.1.14 2013-01-02
2.1.12 2012-12-31
2.1.11 2012-12-31
2.1.10 2012-11-24
2.1.9 2012-11-24
2.1.8 2012-11-24
2.1.7 2012-11-24
2.1.6 2012-11-24
2.1.5 2012-11-24
2.1.4 2012-11-22
2.1.2 2012-11-22
2.1.1 2012-11-22
2.1.0 2012-11-22
2.0.4 2012-10-29
2.0.3 2012-10-28
2.0.2 2012-10-28
2.0.1 2012-10-28
2.0.0 2012-10-28
1.2.4 2012-10-21
1.2.3 2012-10-21
1.2.2 2012-08-31
1.2.0 2012-08-31
1.1.4 2012-08-30
1.1.3 2012-08-27
1.1.2 2012-08-26
1.1.1 2012-08-24
1.1.0 2012-08-24
1.0.3 2012-08-24
1.0.2 2012-08-22
1.0.1 2012-08-22
1.0.0 2012-08-22
0.5.6 2012-08-20
0.5.5 2012-08-20
0.5.4 2012-08-20
0.5.3 2012-08-20
0.5.2 2012-08-20
0.5.1 2012-08-20
0.5.0 2012-08-20
0.4.2 2012-08-20
0.4.1 2012-08-20
0.4.0 2012-08-20
0.3.1 2012-08-17
0.3.0 2012-08-17
0.2.1 2012-08-13
0.2.0 2012-08-08
0.1.0 2012-08-08
0.0.1 2012-08-08