Gulp Html Replace Versions Save

Replace build blocks in HTML. Like useref but done right.

v1.6.2

7 years ago

Contribution from @vahpetr

  • [https://github.com/VFK/gulp-html-replace/pull/55] - Newline bugfix

v1.6.1

7 years ago

Contribution from @khamin

  • [https://github.com/VFK/gulp-html-replace/pull/48] - Special replacement patterns fix

v1.6.0

8 years ago

Contribution from @jraoult

  • [https://github.com/VFK/gulp-html-replace/issues/25] - Support Vinyl files stream as replacement input

v.1.5.5

8 years ago
  • [https://github.com/VFK/gulp-html-replace/issues/39] - Fixed incorrect string replacement with more than one source

v1.5.4

8 years ago

Contribution from @asv

  • [https://github.com/VFK/gulp-html-replace/commit/549aaaacbff7549437e2df6de30a6c3a05f13933] - Fixed problem with periods in query string ('js/one.js?v=1.2.3.4' for example)

v1.5.3

8 years ago
  • [https://github.com/VFK/gulp-html-replace/commit/2f59546077d392e305bb1493dc9e3c48df16d4ac] - file.dirname is only available in [email protected] and newer, using path.dirname to support the older versions.

v1.5.2

8 years ago

Contribution from @asmgf

  • [https://github.com/VFK/gulp-html-replace/commit/1611ba7191141c8e2c2667bc9cdc605877454a8a] - Use dirname instead of base when resolving paths
  • [https://github.com/VFK/gulp-html-replace/commit/41c59329459cb628e491c247f077e0d335317743] - Keep indentation when keepBlockTags is true]

v1.5.1

8 years ago
  • [https://github.com/VFK/gulp-html-replace/pull/30] - Changed few dependencies to preferred ones

v1.5.0

9 years ago
  • Rewritten parsing engine. It should fix all the possible issues with input html formatting, line endings and such.
  • Fixed a bug where keepBlockTags option may not work properly.