You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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: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
The text was updated successfully, but these errors were encountered: