html-webpack-plugin/spec/fixtures/template.jade

10 lines
168 B
Plaintext

doctype html
html
head
meta(charset="utf-8")
title Demo
body
p Some unique text
each jsFile in htmlWebpackPlugin.files.js
script(src!=jsFile)