0.5.0 • Published 11 years ago

vogue v0.5.0

Weekly downloads
79
License
-
Repository
-
Last release
11 years ago

Vogue

Vogue creates a real-time link between your web browser and your file system. When you save a CSS file, used by the HTML page in your browser, Vogue will make the browser reload the stylesheet. Only the stylesheet is reloaded, not the entire page, making it work even for very dynamic/ajax pages.

Usage

Run the Vogue server.

vogue --port 8001 /path/to/website

--port : The port used for Vogue's HTTP server. Optional, defaults to 8001.

--rewrite : A rule in the form of "regexp:replacement" (e.g. v[0-9]/(.*)$:files/\$1 ) to rewrite urls to filesystem paths. Submatches such as $1 will probably need to entered in your shell as \$1 to escape the $.

Open http://localhost:8001/ to see instructions for loading the Vogue client into your web pages.

0.5.0

11 years ago

0.4.3

12 years ago

0.4.2

13 years ago

0.4.1

13 years ago

0.4.0

13 years ago

0.3.1

13 years ago

0.3.0

13 years ago

0.2.0

13 years ago

0.1.6

13 years ago

0.1.5

13 years ago

0.1.4

13 years ago

0.1.3

13 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago