This file contains 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
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 |
This file contains 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
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 |
This file contains 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
### 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: |
This file contains 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
# 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 -> |