zont / gulp-usemin

MIT License
338 stars 92 forks source link

html import support #169

Closed linfaxin closed 8 years ago

linfaxin commented 8 years ago
<!-- build:htmlimport components-packed.html -->
<link rel="import" href="components-a.html">
<link rel="import" href="components-b.html">
<!-- endbuild -->

to

<link rel="import" href="components-packed.html">