37
debug
8y

Dear designer, if you're generating assets please make sure you're naming them right. And oh, get rid of that .DS_Store thing please.

Comments
  • 2
    👌
  • 4
    body {
    background: url("file:///C:\Users\dumbass\super $3cret Websight/assets/backgrowned image big.gif");
    }

    ...what do you mean there's no images on my site? It loads fine for me!!
  • 4
    I get files like:

    final1.psd
    final2.psd
    finalfinal.psd
    final3.psd
    totally-final.psd

    totally pisses me off...

    i just do ll -t and blindly pick the first one lol.
  • 2
    If we just get those designers to use version control..
  • 3
    .ds-store is the folder index file on a mac.
    you cant get rid of that file on a mac so just ignore it.
  • 0
    @cava yeah but which one?
  • 5
    @heyheni deleting it prior to exchanging the files (he probably copied s folder) is possible
  • 0
    @heyheni It really doesnt matter. Git if you use github to store those files. Bitbucket works with mercurial too. Many years ago I used bazaar as you could serve the repo via ssh without running any daemon on the host machine.
  • 0
    @cahva I agree with you. VCS would be great with that. Though it doesn't solve file naming and correctness of the content. :\
  • 0
    @paradoxcoder sort by timestamps brah
Add Comment