browserify-shasum-label
v1.0.3
Published
Browserify plugin that labels modules using the SHAsum of their contents
Downloads
3
Readme
browserify-shasum-label
Browserify plugin that labels each module with the SHA checksum of its contents.
Installation
Usage
browserify -p browserify-shasum-label entry.js > bundle.js
Credits
Concept and code as good as literaly taken from substack's browserify-handbook.