Skip to content

Releases: MiguelCastillo/3dub

v1.1.0

10 Jan 16:24
Compare
Choose a tag to compare

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

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

v1.0.1

10 Jan 16:23
Compare
Choose a tag to compare

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

20 Dec 15:33
Compare
Choose a tag to compare

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

08 Sep 14:27
Compare
Choose a tag to compare

Initial release