+1 vote
in JavaScript by
File Revisioning in Grunt.JS

1 Answer

0 votes
by
File Revisioning
File Revisioning

grunt-filerev task helps with asset revisioning by using file content hashing.

The task ensures to revision any dependent map file along with source js, css files

Install the filerev plug-in through below syntax:

$ npm install --save-dev grunt-filerev

Related questions

+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
+1 vote
+1 vote
+1 vote
asked Feb 28, 2020 in JavaScript by miceperry
...