This package has been deprecated

Author message:

this package is not maintained anymore

revizer

0.7.1 • Public • Published

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

/revizer/

    Package Sidebar

    Install

    npm i revizer

    Weekly Downloads

    0

    Version

    0.7.1

    License

    MIT

    Last publish

    Collaborators

    • bcolumbia