Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge branch 'feature/background'
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed May 15, 2015
2 parents d474d18 + 9331238 commit dfcbf31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/frameit/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def run(path, color = Color::BLACK)
screenshots.each do |full_path|
next if full_path.include?"_framed.png"
next if full_path.include?".itmsp/" # a package file, we don't want to modify that
next if full_path.include?"device_frames/" # these are the device frames the user is using

begin
screenshot = Screenshot.new(full_path, color)
Expand Down

0 comments on commit dfcbf31

Please sign in to comment.