3dub Versions Save

www dev server with livereload, file watching, http2, https, self signed cert generation

v1.1.0

6 years ago

Added option to disable logging of noisy messages that occur when watching detects file updates.

{
   "log": false
}
$ 3dub --log false

v1.0.1

6 years ago

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

6 years ago

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.

v0.0.1

6 years ago

Initial release