1.0.16 • Published 9 years ago

grunt-pipeline-fingerprint v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

grunt-pipeline-fingerprint

Usage

npm install --save-dev grunt-pipeline-fingerprint

Configuration

Produces a fingerprint file that can be included in both client and server code.

    options = {
      jsonDestination: [],
      jsonTemplate: '%s',

      jsDestination: [],
      jsTemplate: 'window.version = %s;',

      updateConfigs: ['fingerprint']
    };