diff --git a/blimp.nim b/blimp.nim index d929f29..27383b0 100644 --- a/blimp.nim +++ b/blimp.nim @@ -247,7 +247,7 @@ proc computeBlimpFilename(filename: string): string = except: quit("Failed opening file: " & filename, 1) let hash = getMD5(content) - result = filename & "-" & hash + result = extractFilename(filename) & "-" & hash # Copy original file to blimpStore and replace with hash stub in git. proc deflate(filename: string) =