0.7.1 • Published 8 years ago

revizer v0.7.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

revizer 0.7.1

A tool to help revision static assets with file hashing. Creates manifest.json for reading latest asset filenames.

Install

$ npm install --save revizer

Usage

  • -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
0.7.1

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.1.1

8 years ago