1.0.3 • Published 10 years ago

script-server v1.0.3

Weekly downloads
12
License
BSD-3-Clause
Repository
github
Last release
10 years ago

script-server

Minifies and serves to client js scripts

server

require('script-server').serve(url, pathToScripts, srv);

pathToScripts is a single path or an array of paths to js scripts.

After, it may be accessed by url.

Server is any node.js http server.

After you should manually call server.listen to start it.

For more detailed documentation use sources.

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago