Releases: MiguelCastillo/3dub
Releases · MiguelCastillo/3dub
v1.1.0
v1.0.1
Fixed issue with history option not properly working when a string is passed in. Now you can just pass
{
"history": "index.html"
}
and things work as expected.
v1.0.0
After lots of use I think this is ready for v1.
To serve up the content of your current directory, all you have to do is install 3dub and run it on the local directory.
$ npm install -g 3dub
$ 3dub .
And voila, you have an http serving up your current directory, with file watching so that every change to anything in the current directory will cause the browser viewing the site to refresh.
Release v0.0.1
Initial release