Skip to content

Instantly share code, notes, and snippets.

View wkwkrnht's full-sized avatar
🏠
Working from home

wkwkrnht wkwkrnht

🏠
Working from home
View GitHub Profile
@wkwkrnht
wkwkrnht / gist:1982167dda84b3e6cf3456300213c024
Created September 4, 2017 14:30
error log by middleman-blog 2017/09/04 23:30
11:27:22 PM: Build started
11:27:22 PM: Fetching cached dependencies
11:27:23 PM: Expected build cache - but failed to find it
11:27:23 PM: Failed to extract cache, continuing with build
11:27:23 PM: No cached dependencies found. Cloning fresh repo
11:27:23 PM: git lfs clone git@github.com:wkwkrnht/middleman-blog-by-wkwkrnht
11:27:24 PM: git remote rm origin
11:27:25 PM: Preparing Git Reference refs/heads/master
11:27:26 PM: Found netlify.toml. Overriding site configuration
11:27:26 PM: Running build command: middleman build --verbose
@wkwkrnht
wkwkrnht / gist:e8f06aa55bc06887b8ce777e1407ede7
Created September 3, 2017 14:20
error log by middleman-blog. 2017/09/03 23:19(JST)
10:51:34 PM: Build started
10:51:34 PM: Fetching cached dependencies
10:51:35 PM: Expected build cache - but failed to find it
10:51:35 PM: Failed to extract cache, continuing with build
10:51:35 PM: No cached dependencies found. Cloning fresh repo
10:51:35 PM: git lfs clone git@github.com:wkwkrnht/middleman-blog-by-wkwkrnht
10:51:37 PM: git remote rm origin
10:51:37 PM: Preparing Git Reference refs/heads/master
10:51:38 PM: Found netlify.toml. Overriding site configuration
10:51:38 PM: Running build command: middleman build --verbose
### Keybase proof
I hereby claim:
* I am wkwkrnht on github.
* I am wkwkrnht (https://keybase.io/wkwkrnht) on keybase.
* I have a public key whose fingerprint is 2EDB 682F B665 736C 0DEB E9E2 F399 C763 8913 471C
To claim this, I am signing this object:
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->