gulp-rev icon indicating copy to clipboard operation
gulp-rev copied to clipboard

Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`

Results 16 gulp-rev issues
Sort by recently updated
recently updated
newest added

### Description Hi i am doing gulp build for my project and i am using gulp-rev to add hash to image. current output: http://localhost:9000/images/sidebar-toggler-inverse-de429b56fc-27b3277454.png expected Output: http://localhost:9000/images/sidebar-toggler-inverse-de429b56fc.png As you can...

### Description After running `gulp-rev` on a directory which contains javascript files with associated `.map` files, revisioned files assign different hash to `.map` files thus disconnecting them from the associated...

I'm trying for some time now to achieve the below structure, to have a PHP script read the manifest. For that I need the original path as json key, and...

### Description Hi, how can i merge all assets to one rev-manifest.json for example css files js files to one rev-manifest.json and rev-del work correctly in this situation. here is...

question

### Description When the `rev` command is run everything works and revisioned files (`unicorn.css` → `unicorn-d41d8cd98f.css`) appear in the desired folder. However, when the `rev.manifest`command is invoqued, the `rev-manifest.json` file...

Whether you define `base` option in manifest or not the result is the same. Probably its better to use `var revisionedFile = relPath(opts.base || file.base, file.path);` instead.