Closed Nowaker closed 10 years ago
/x.html
/source/x.html
Expected: catch the change and live reload. Actual: no reload is performed as 404 page doesn't have livereload JavaScripts.
<html><body><h1>File Not Found</h1><p>/x.html</p></body>
Related to #58 but definitely a different feature, hence a new issue.
Fixed here (https://github.com/middleman/middleman/commit/fe5247d9d9482858f6753531ad1e135afe6366b5), will be in next middleman v3 release.
@tdreyno Thanks.
/x.html
/source/x.html
Expected: catch the change and live reload. Actual: no reload is performed as 404 page doesn't have livereload JavaScripts.
Related to #58 but definitely a different feature, hence a new issue.