Skip to content

Instantly share code, notes, and snippets.

@talnetd
Created July 4, 2013 04:00
Show Gist options
  • Save talnetd/5924821 to your computer and use it in GitHub Desktop.
Save talnetd/5924821 to your computer and use it in GitHub Desktop.
Rake Log
Last login: Thu Jul 4 07:20:58 on ttys001
Tin-Aung-Linn:~ tal$ cd ~/tinaunglinn.com/octopress
==============================================================================
= NOTICE =
==============================================================================
= RVM has encountered a new or modified .rvmrc file in the current directory =
= This is a shell script and therefore may contain any shell commands. =
= =
= Examine the contents of this file carefully to be sure the contents are =
= safe before trusting it! ( Choose v[iew] below to view the contents ) =
==============================================================================
Do you wish to trust this .rvmrc file? (/Users/tal/tinaunglinn.com/octopress/.rvmrc)
y[es], n[o], v[iew], c[ancel]> y
Using /usr/local/rvm/gems/ruby-1.9.3-p392
Tin-Aung-Linn:octopress tal$ rake preview
Starting to watch source with Jekyll and Compass. Starting Rack on port 4000
Configuration from /Users/tal/tinaunglinn.com/octopress/_config.yml
[2013-07-04 10:22:18] INFO WEBrick 1.3.1
[2013-07-04 10:22:18] INFO ruby 1.9.3 (2013-02-22) [x86_64-darwin12.4.0]
[2013-07-04 10:22:18] INFO WEBrick::HTTPServer#start: pid=10253 port=4000
Auto-regenerating enabled: source -> public/github
[2013-07-04 10:22:19] regeneration: 112 files changed
>>> Change detected at 10:22:19 to: screen.scss
identical public/github/stylesheets/screen.css
Dear developers making use of FSSM in your projects,
FSSM is essentially dead at this point. Further development will
be taking place in the new shared guard/listen project. Please
let us know if you need help transitioning! ^_^b
- Travis Tilley
>>> Compass is watching for changes. Press Ctrl-C to Stop.
127.0.0.1 - - [04/Jul/2013 10:22:43] "GET / HTTP/1.1" 404 - 0.0371
127.0.0.1 - - [04/Jul/2013 10:22:43] "GET /favicon.ico HTTP/1.1" 404 - 0.0010
127.0.0.1 - - [04/Jul/2013 10:22:50] "GET / HTTP/1.1" 404 - 0.0014
127.0.0.1 - - [04/Jul/2013 10:22:50] "GET /favicon.ico HTTP/1.1" 404 - 0.0014
127.0.0.1 - - [04/Jul/2013 10:22:55] "GET / HTTP/1.1" 404 - 0.0009
127.0.0.1 - - [04/Jul/2013 10:22:55] "GET /favicon.ico HTTP/1.1" 404 - 0.0013
@yelinaung
Copy link

Please run rake install to install the Octopress theme. Then rake rake preview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment