budparr d6c6367502
Add generated Webpack Assets file
This file is generated by Webpack and writes the names of our hashed assets

Signed-off-by: budparr <budparr@gmail.com>
2018-04-10 18:26:18 -04:00

5 lines
136 B
HTML

{{ $script := .Site.Data.webpack_assets.app }}
{{ with $script.js }}
<script src="{{ printf "%s%s" "/dist/" . }}"></script>
{{ end }}