Skip to content

Does not work at all #12

Description

@mparisi76

Version 0.1.6

I have in client/index.html:

<script src="lib/js/vendor.min.js?rev="></script>

In Gulp:

gulp.task('rev', function() {
gulp.src('client/index.html')
.pipe(rev())
.pipe(gulp.dest('./dist'));
});

In my html and after running gulp, output file is same.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions