Skip to content

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

Closed
@technicalpickles

Description

@technicalpickles

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions