Skip to content

A CLI tool that adds content hashes to file names enabling reliable cache busting.

License

Notifications You must be signed in to change notification settings

cuadra/hashbrowns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashbrowns

image

Installation

Until the package is published on npm follow the steps below.

//within the cloned repo
npm link
//within your projects folder
npm link hb

File Usage

hb package.json
//Renamed -> package.865e6603.json

Folder Usage

hb dist
//Renamed -> dist.4d1f4f4f

Hash Only

hb -h package.json
//865e6603
//returns hash without changing file

About

A CLI tool that adds content hashes to file names enabling reliable cache busting.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published