Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

live reload when on 404 page #61

Closed
Nowaker opened this issue Jun 15, 2014 · 2 comments
Closed

live reload when on 404 page #61

Nowaker opened this issue Jun 15, 2014 · 2 comments

Comments

@Nowaker
Copy link

Nowaker commented Jun 15, 2014

  1. Go to /x.html
  2. Get 404 page
  3. Create /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.

@tdreyno
Copy link
Member

tdreyno commented Jun 16, 2014

Fixed here (middleman/middleman@fe5247d), will be in next middleman v3 release.

@tdreyno tdreyno closed this as completed Jun 16, 2014
@Nowaker
Copy link
Author

Nowaker commented Jun 16, 2014

@tdreyno Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants