Skip to content
Snippets Groups Projects
Commit 9c44b802 authored by Anthony's avatar Anthony
Browse files

Include new custom.js

parent 271a3a65
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
{{- $quizjs = $quizjs | append (resources.Get "quiz.js") -}} {{- $quizjs = $quizjs | append (resources.Get "quiz.js") -}}
{{- $quizjs = $quizjs | append (resources.Get "gapfill-select.js") -}} {{- $quizjs = $quizjs | append (resources.Get "gapfill-select.js") -}}
{{- $quizjs = $quizjs | append (resources.Get "gapfill-open.js") -}} {{- $quizjs = $quizjs | append (resources.Get "gapfill-open.js") -}}
{{- $quizjs = $quizjs | append (resources.Get "custom.js") -}}
{{- $quizjs = $quizjs | resources.Concat "quiz.bundle.js" -}} {{- $quizjs = $quizjs | resources.Concat "quiz.bundle.js" -}}
{{/* {{- $quizjs = $quizjs | resources.Minify -}}*/}} {{/* {{- $quizjs = $quizjs | resources.Minify -}}*/}}
<script type="module" src="{{- $quizjs.RelPermalink -}}"></script> <script type="module" src="{{- $quizjs.RelPermalink -}}"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment