Skip to content

Commit

Permalink
Don't use symlinks; deploy platform doesn't like them
Browse files Browse the repository at this point in the history
  • Loading branch information
jadell committed Feb 26, 2015
1 parent 5aebdc6 commit 4cbceb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion base.png

This file was deleted.

2 changes: 1 addition & 1 deletion generate.php
Expand Up @@ -27,7 +27,7 @@ function fontBaseline(Font $font, $title) {

// Base logo
$imagine = new Imagine();
$base = $imagine->open('base.png');
$base = $imagine->open('images/JAD-v2.png');
$base = $base->resize($base->getSize()->scale(.5));
$baseHeight = $base->getSize()->getHeight();
$baseWidth = $base->getSize()->getWidth();
Expand Down

0 comments on commit 4cbceb4

Please sign in to comment.