hugo/commands
bep df489b4712 Enable soft livereload of CSS and images
Prior to this commit a dummy JavaScript filename was sent to LiveReload when changing a static file (CSS, image etc.), forcing a full browser reload of the page.

This commit fixes this by sending the relative file path of the changed static resource, enabling partial live reloading for CSS- and image-changes. If more than one static file happens to end up in the same changeevent-batch, it will fall back to do a full refresh. To enable this logic, the change events with names ending with ".goutputstream*" is now filtered out as temporary.

Changes in dynamic content behaves like before.

Issue #490
2014-09-11 16:58:06 -04:00
..
benchmark.go Fix benchmark panic 2013-11-01 20:36:11 -07:00
check.go Hugo config abstracted into a general purpose config library called "Viper". 2014-04-05 01:40:33 -04:00
convert.go added evaluation for toml for metadataformat date handling 2014-08-18 12:01:50 -04:00
hugo.go Enable soft livereload of CSS and images 2014-09-11 16:58:06 -04:00
limit_darwin.go Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137 2014-03-31 13:23:34 -04:00
limit_others.go Fix build 2014-02-18 18:40:55 -05:00
new.go Updating Convert to handle dates properly for yaml and json 2014-05-29 18:45:19 -04:00
server.go Support subdir in baseurl. 2014-08-25 11:51:51 -04:00
server_test.go Support subdir in baseurl. 2014-08-25 11:51:51 -04:00
version.go Bumping Version to 0.13-DEV 2014-09-03 11:28:40 -04:00