Skip to content

localhost:4000 blank when running rake preview the first time #813

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

Closed
technicalpickles opened this issue Aug 21, 2016 · 1 comment
Closed

Comments

@technicalpickles
Copy link
Contributor

I just setup this repository, and after installing the dependencies, running rake preview and going to http://localhost:4000 resulted in an empty page. Here's the output for reference:

$ rake preview
Starting to watch source with Jekyll and Compass. Starting Rack on port 4000
directory source/stylesheets/
   create source/stylesheets/screen.css
>>> Change detected at 08:51:05 to: screen.scss
Configuration file: /Users/technicalpickles/src/home-assistant.io/_config.yml
            Source: source
       Destination: public/
 Incremental build: enabled
      Generating... 
[2016-08-21 08:51:05] INFO  WEBrick 1.3.1
[2016-08-21 08:51:05] INFO  ruby 2.2.3 (2015-08-18) [x86_64-darwin15]
[2016-08-21 08:51:05] INFO  WEBrick::HTTPServer#start: pid=74916 port=4000
   create public/stylesheets/screen.css
>>> Compass is watching for changes. Press Ctrl-C to Stop.
127.0.0.1 - - [21/Aug/2016:08:51:11 -0400] "GET / HTTP/1.1" 404 - 0.0109
127.0.0.1 - - [21/Aug/2016:08:51:11 -0400] "GET /favicon.ico HTTP/1.1" 404 - 0.0007

I killed this, and ran rake generate, and that after that going to localhost:4000 when runningrake preview seemed to work.

I haven't been able to reproduce this, but I figured I'd mention it in case anyone else runs into it

@fabaff
Copy link
Member

fabaff commented Sep 9, 2016

I added a note to the documentation. Thanks for documenting it.

@fabaff fabaff closed this as completed Sep 9, 2016
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