A tool to help revision static assets with file hashing. Creates
manifest.jsonfor reading latest asset filenames.
$ npm install --save revizer
-b, --base [string]- Optional base path to the files to be hashed-m, --manifest [string]- Optional destination path for manifest.json-c, --clean- Remove old hashed files-l, --list [comma,separated,list]- Required list of files to be hashed (relative to base)
revizer -l bundle.css,bundle.js -b dist/ -c