UNPKG

simple-server

Version:

Simple Server allows you to easily get a node.js static file server up and running anywhere anytime.

35 lines (26 loc) 1.32 kB
# History ## v1.1.1 2018 January 30 - Syntax highlighting in readme ## v1.1.0 2018 January 30 - Now just an alias for [zeit/serve](https://github.com/zeit/serve) as that is actually maintained - Minimum supported node version changed from 0.4 to 6 - Fixed parsing of arguments, can now be in any order ## v1.0.1 2013 October 23 - Accepts arguments in any order now - Removed coffee-script dependency - Project meta data files are now maintained with [Projectz](https://github.com/bevry/projectz) ## v1.0.0 2012 February 11 - Removed [Less4Clients](https://github.com/balupton/less4clients.npm) and [Coffee4Clients](https://github.com/balupton/coffee4clients.npm) as they should be using [DocPad](http://github.com/balupton/docpad) instead if they want that - Moved History into `History.md` - Added local copy of the license to `LICENSE.txt` - Now dones a console log of the directory it's serving, and the url it's serving to - Working with node.js 0.6 ## v0.4 2011 July 5 - Added [Less4Clients](https://github.com/balupton/less4clients.npm) ## v0.3 2011 June 30 - Added directory listings ## v0.2 2011 June 29 - Added [Coffee4Clients](https://github.com/balupton/coffee4clients.npm) v0.2 - CoffeeScript files accessed with the querystring `?js` are compiled server-side ## v0.1 2011 June 3 - Initial commit