Suppose I have a number of compiled HTML-files from Harp, the static site generator.
My question:
How do I post-process multiple HTML files, in each, automatically copying the contents of < h1> tag to the < title> tag?
I'm wondering, if Gulp would be right for the job (and if so, how?), or if, perhaps, Sublime Text 3 would have such feature built-in?