Skip to content

Commit

Permalink
Fixes #36. Missing logo.zip
Browse files Browse the repository at this point in the history
Looks like a the image directory was changed to 'img' but the logo.zip didn't get moved to the 'img' directory.
  • Loading branch information
bpainter committed Oct 17, 2013
1 parent 9ab3111 commit bf4622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/styleguide/brand.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Brand Guidelines
If you have to put the logo on a busy/colorful background, please use one
of the reversed (on white) logos.

%p= link_to "Download vector logos", "/assets/img/styleguide/sass-logo.zip", class: "button primary"
%p= link_to "Download vector logos", "/assets/images/styleguide/sass-logo.zip", class: "button primary"

This comment has been minimized.

Copy link
@michaelparenteau

michaelparenteau Oct 17, 2013

Member

@bpainter - But the directory in /assets on master shows as /img not /images... and the zip file is not in that directory. Is there another branch where this is different? Seems like the fix would have been to add the zip to /assets/img/styleguide and leave the link path the way it was. Maybe I am missing something.

This comment has been minimized.

Copy link
@bpainter

bpainter via email Oct 17, 2013

Author Member

This comment has been minimized.

Copy link
@michaelparenteau

michaelparenteau Oct 17, 2013

Member

I just pulled master... and there is no /images directory, anywhere. I must be missing something.

This comment has been minimized.

Copy link
@bpainter

bpainter via email Oct 17, 2013

Author Member

This comment has been minimized.

Copy link
@jina

jina Oct 17, 2013

Member

I renamed it to img due to @Snugug's rant at SassConf. :) Changed stylesheets to css, javascripts to js, and images to img.

%p= partial "/styleguide/brand_license"

.logos
Expand Down

0 comments on commit bf4622f

Please sign in to comment.