Skip to content

Instantly share code, notes, and snippets.

@fakestarbaby
Created March 29, 2012 00:33
Show Gist options
  • Save fakestarbaby/2231850 to your computer and use it in GitHub Desktop.
Save fakestarbaby/2231850 to your computer and use it in GitHub Desktop.
Octopressにて、ローカル環境でサクサク確認作業をするには? ref: http://qiita.com/items/57885ce076f410403033
$ rake generate
## Generating Site with Jekyll
unchanged sass/screen.scss
Configuration from /Users/y-hirasawa/Projects/rails/fakestarbaby.github.com/_config.yml
Building site: source -> public
Successfully generated site: source -> public
$ rake watch
Starting to watch source with Jekyll and Compass.
Configuration from /Users/y-hirasawa/Projects/rails/fakestarbaby.github.com/_config.yml
Auto-regenerating enabled: source -> public
[2012-03-29 09:23:12] regeneration: 117 files changed
>>> Compass is watching for changes. Press Ctrl-C to Stop.
$ rake preview
Starting to watch source with Jekyll and Compass. Starting Rack on port 4000
Configuration from /Users/y-hirasawa/Projects/rails/fakestarbaby.github.com/_config.yml
[2012-03-29 09:24:55] INFO WEBrick 1.3.1
[2012-03-29 09:24:55] INFO ruby 1.9.2 (2011-07-09) [x86_64-darwin11.3.0]
[2012-03-29 09:24:55] INFO WEBrick::HTTPServer#start: pid=7792 port=4000
Auto-regenerating enabled: source -> public
[2012-03-29 09:24:55] regeneration: 117 files changed
>>> Compass is watching for changes. Press Ctrl-C to Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment