UNPKG
gulp-rev-append
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Cache-busting plugin for gulp.
github.com/bustardcelly/gulp-rev-append
bustardcelly/gulp-rev-append
gulp-rev-append
/
test
/
fixtures
/
static
/
image-element-post-class.html
9 lines
(8 loc)
•
195 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<!doctype
html
>
<
html
>
<
head
>
</
head
>
<
body
>
<
div
>
<
p
>
hello, world!
</
p
>
</
div
>
<
img
src
=
"img/file.jpg?rev=@@"
class
=
"pull-right company-logo media-object"
alt
=
"image"
>
</
body
>
</
html
>