Displaying 1 to 19 from 19 results

hasha - Hashing made simple. Get the hash of a buffer/string/stream/file.

  •    Javascript

Hashing made simple. Get the hash of a buffer/string/stream/file.Convenience wrapper around the core crypto Hash class with simpler API and better defaults.

gulp-rev-replace - Rewrite occurences of filenames which have been renamed by gulp-rev

  •    Javascript

Pipe through a stream which has both the files you want to be updated, as well as the files which have been renamed. For example, we can use gulp-useref to concatenate assets in an index.html, and then use gulp-rev and gulp-rev-replace to cache-bust them.




webspoon - 这是一个 Web 前端工程化的工具包

  •    Javascript

这是一个 Web 前端工程化的工具包。

rev-file - Get the revved file path of a file

  •    Javascript

Reads the file, MD5-hashes it, truncates the hash to 10 characters, appends it to the filename, and returns the modified path.Returns a Promise for a revved filepath.

rev-hash - Create a hash for file revving

  •    Javascript

It will create an md5 hash from an input buffer or string, and truncate it to 10 characters, which is unique enough for this purpose.If you think you need a different hash algorithm or a longer hash, you're wrong.


rev-del - :haircut: Delete old fingerprinted files

  •    Javascript

Delete old, unused fingerprinted files from a revision manifest generated by a module such as gulp-rev. The manifests can be either objects or paths to files. oldManifest defaults to "rev-manifest.json" (which is the default output for gulp-rev), and newManifest has no default; it's assumed that you've got it in memory, so it's more efficient to pass it in as an object.

grunt-userev

  •    Javascript

Update references to assets versioned with grunt-filerev. Leaner and faster than grunt-usemin, and able to update already versioned references. This plugin requires Grunt.

grunt-smartrev - A "smart" file versioner for production environments which takes inter-file dependencies into account automatically

  •    Javascript

A "smart" file versioner for production environments which takes inter-file dependencies into account automatically. Then modifies your application's source code to point to the new, versioned files.

grunt-hashres - Hashes your js and css files and rename the <script> and <link> declarations that refer to them in your html/php/etc files

  •    Javascript

Hashes your js and css files and rename the <script> and <link> declarations that refer to them in your html/php/etc files. grunt-hashres, as a general rule, should be run when you're going to release your code. Ideally, you should create a stage folder where you'll copy your html, minified js and css and all your resources. And then, on this clean copy, hash the resource names.

rollup-plugin-hash - Rollup plugin to compose bundle output filenames with unique hashes

  •    Javascript

Rollup plugin to compose bundle output filenames with unique hashes, to facilitate long-term caching of your static resources. It uses is simple placeholder pattern to substitue filename with bundle hash. I.e.

broccoli-asset-rev - Broccoli plugin to add fingerprint checksums and CDN URLs to your assets

  •    Javascript

Broccoli plugin to add fingerprint checksums to your files and update the source to reflect the new filenames.

grunt-wp-assets - Unsupported: WordPress assets revisioning

  •    Javascript

WordPress assets revisioning. Grunt.js plugin that searches requested WordPress static asset, revisioning, and update static asset reference in given target (tested in wp_enqueue_style and wp_register_script).

broccoli-asset-rev - Broccoli plugin to add fingerprint checksums and CDN URLs to your assets

  •    Javascript

Broccoli plugin to add fingerprint checksums to your files and update the source to reflect the new filenames.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.