gulp-file-to-json
Gulp plugin to convert a file and its MD5 hash value into a JSON representation.
Install
npm install --save-dev gulp-file-to-json
Usage
Transform example.css
:
Into example.json
:
Using gulpfile.js
:
var gulp = ;var file2json = ; gulp;
Credits
Inspired by font-store (Base64 encodes web fonts to cache in LocalStorage for high performance).
License
MIT © 2016 Vast.com, Inc.