Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 363 Bytes

Hashing.md

File metadata and controls

22 lines (16 loc) · 363 Bytes

Hashing

Images

You need to create and update hashes for image filenames. This is so caching doesn't serve up older images after we change them.

Install

$> sudo npm install -g hasha-cli

Usage

Create an image hash.

$> hasha <image> --algorithm=md5

Update your image filename with that hash. Example:

image-name.<hash>.png