mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
11.35.2018 8b43f4662e8d078944c208df92cc147d7fce93fe
layouts/partials/site-scripts.html
@@ -1,6 +1,4 @@
{{ $css_path := $.Param "dev.js_path" | default "themes/gohugo-theme-ananke/static/dist/js" }}
{{ with $css_path }}
  {{ range readDir . }}
    <link href='/dist/js/{{ .Name }}' rel='stylesheet' type="text/css" data-turbolinks-track="reload" />
  {{ end }}
{{ $script := .Site.Data.webpack_assets.app }}
{{ with $script.js }}
  <script src="{{ printf "%s%s" "/dist/" . }}"></script>
{{ end }}