Skip to content

Commit

Permalink
Having example images in 'lib/assets' makes it appear as those are
Browse files Browse the repository at this point in the history
"Rails like" assets for use in Sprockets.  Specifically Middleman app
looks for this directory and includes it in the build output.

As these images aren't assets, but simply used in the README they should
be moved into an alternate directory to avoid confusion.

See here for what Middleman (and I would assume other sprocket aware
gems) look for:

https://github.com/middleman/middleman-sprockets/blob/master/lib/middleman-sprockets/extension.rb#L119
  • Loading branch information
phallstrom committed Feb 11, 2015
1 parent 1417ec3 commit 17e42bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![SSHKit Logo](https://raw.github.com/leehambley/sshkit/master/assets/images/logo.png)
![SSHKit Logo](https://raw.github.com/leehambley/sshkit/master/examples/images/logo.png)

**SSHKit** is a toolkit for running commands in a structured way on one or
more servers.
Expand Down Expand Up @@ -199,7 +199,7 @@ first argument before attempting to find it in the *command map*.

## Output Handling

![Example Output](https://raw.github.com/leehambley/sshkit/master/assets/images/example_output.png)
![Example Output](https://raw.github.com/leehambley/sshkit/master/examples/images/example_output.png)

By default, the output format is set to `:pretty`:

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 17e42bf

Please sign in to comment.