Created
October 3, 2017 03:16
-
-
Save zanshin/2e6a1a63cd3afa39d10c97a42f79dd90 to your computer and use it in GitHub Desktop.
rake watch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0s] $ rake watch | |
WARN: Unresolved specs during Gem::Specification.reset: | |
ffi (< 2, >= 0.5.0) | |
WARN: Clearing out unresolved specs. | |
Please report a bug if this causes problems. | |
Configuration file: /Users/mark/code/zanshin/_config.yml | |
Source: /Users/mark/code/zanshin | |
Destination: /Users/mark/code/zanshin/_site | |
Incremental build: disabled. Enable with --incremental | |
Generating... | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/version.rb:4: warning: already initialized constant JSON::VERSION | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/version.rb:4: warning: previous definition of VERSION was here | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/version.rb:5: warning: already initialized constant JSON::VERSION_ARRAY | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/version.rb:5: warning: previous definition of VERSION_ARRAY was here | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/version.rb:6: warning: already initialized constant JSON::VERSION_MAJOR | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/version.rb:6: warning: previous definition of VERSION_MAJOR was here | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/version.rb:7: warning: already initialized constant JSON::VERSION_MINOR | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/version.rb:7: warning: previous definition of VERSION_MINOR was here | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/version.rb:8: warning: already initialized constant JSON::VERSION_BUILD | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/version.rb:8: warning: previous definition of VERSION_BUILD was here | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/common.rb:100: warning: already initialized constant JSON::NaN | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/common.rb:100: warning: previous definition of NaN was here | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/common.rb:102: warning: already initialized constant JSON::Infinity | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/common.rb:102: warning: previous definition of Infinity was here | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/common.rb:104: warning: already initialized constant JSON::MinusInfinity | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/common.rb:104: warning: previous definition of MinusInfinity was here | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/2.4.0/json/common.rb:129: warning: already initialized constant JSON::UnparserError | |
/Users/mark/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/gems/json-2.1.0/lib/json/common.rb:129: warning: previous definition of UnparserError was here | |
done in 10.269 seconds. | |
Auto-regeneration: enabled for '/Users/mark/code/zanshin' | |
Server address: http://127.0.0.1:4000 | |
Server running... press ctrl-c to stop. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment