summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/template_funcs.go
diff options
context:
space:
mode:
authorRemko Tronçon <remko@el-tramo.be>2020-07-02 18:16:32 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-07-13 10:56:23 +0200
commit2fc33807077cd25bf91f2298bf1a8ace126881a7 (patch)
tree13130242231111bde274b4887c427b9827347a95 /tpl/tplimpl/template_funcs.go
parentf1916f114b288a8e8598bbcbeeba95fbcea6afb3 (diff)
Add js.Build asset bundling
Fixes #7321
Diffstat (limited to 'tpl/tplimpl/template_funcs.go')
-rw-r--r--tpl/tplimpl/template_funcs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/tplimpl/template_funcs.go b/tpl/tplimpl/template_funcs.go
index 9141de3f1..a688abb77 100644
--- a/tpl/tplimpl/template_funcs.go
+++ b/tpl/tplimpl/template_funcs.go
@@ -42,6 +42,7 @@ import (
_ "github.com/gohugoio/hugo/tpl/hugo"
_ "github.com/gohugoio/hugo/tpl/images"
_ "github.com/gohugoio/hugo/tpl/inflect"
+ _ "github.com/gohugoio/hugo/tpl/js"
_ "github.com/gohugoio/hugo/tpl/lang"
_ "github.com/gohugoio/hugo/tpl/math"
_ "github.com/gohugoio/hugo/tpl/openapi/openapi3"