0.7.1 • Published 9 years ago
revizer v0.7.1
revizer 0.7.1
A tool to help revision static assets with file hashing. Creates
manifest.jsonfor reading latest asset filenames.
Install
$ npm install --save revizerUsage
-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)
Example
revizer -l bundle.css,bundle.js -b dist/ -c