Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webmocks appears to be spaghetti? #31

Open
cheryl opened this issue May 27, 2013 · 2 comments
Open

Webmocks appears to be spaghetti? #31

cheryl opened this issue May 27, 2013 · 2 comments
Labels

Comments

@cheryl
Copy link
Collaborator

cheryl commented May 27, 2013

Webmocks I assume was originally some kind of drafts communication folder. It seems to have grown into far more than that, having images linked directly into there as well as much (presumed) clutter from previous years.

  • How do we go about tidying it up? (Does anyone know?)
  • Is it possible to move important graphics stuff into its own folder, reassigning links in the logic as we go?
  • If not, what bits can we get rid of?
@bhaak
Copy link
Collaborator

bhaak commented May 27, 2013

I think webmocks was at the beginning a playground for static htmls to have something for design decisions.

We made a mistake in symlinking those files we actually used, so it's now harder to see in Git what were design proposals and what was actual changes to the used design.

A shell oneliner shows which symlinks point to webmocks
find -type l | xargs ls -ld |grep webmocks

public/apple-touch-icon.png -> ../webmocks/graphics/v2/iconized.png
public/banner_at2.png -> ../webmocks/graphics/v2/without_text.png
public/blacktransparent.png -> ../webmocks/alt_design2/blacktransparent.png
public/divider.png -> ../webmocks/alt_design2/divider.png
public/favicon.ico -> ../webmocks/alt_design2/favicon.ico
public/menu-arrow.png -> ../webmocks/alt_design2/menu-arrow.png
public/scripts.js -> ../webmocks/alt_design2/scripts.js
public/vivid_divider.png -> ../webmocks/graphics/v2/smallerized.png
public/vivid_divider2.png -> ../webmocks/alt_design2/vivid2.png

Those symlinks could be deleted and the pngs copied into the public directory.

For that matter we could move the icons directory into public/ as well.

@cheryl
Copy link
Collaborator Author

cheryl commented May 30, 2013

That sounds good.

Once all the symlinks to /webmocks have been moved to /public, which folders should be deleted? It might still be nice to keep a record of past logos, designs, etc - just perhaps the main versions rather than every single slightly different spacing (etc), and not multiple copies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants