Enable soft livereload of CSS and images
authorbep <bjorn.erik.pedersen@gmail.com>
Wed, 10 Sep 2014 10:21:22 +0000 (12:21 +0200)
committerspf13 <steve.francia@gmail.com>
Thu, 11 Sep 2014 20:58:06 +0000 (16:58 -0400)
commitdf489b4712dd59b097de0d2fb84cfac7a013f5cd
treed7cce7093d0cf9aad29ecc0fd3fa796df3a207da
parent0099b5a3cb922ac3f844b5d9d9f098cd1003b0f5
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
commands/hugo.go
helpers/helpers_test.go
helpers/path.go
livereload/livereload.go