diff --git a/handlebars/partials/base/javascript-libs.hbs b/handlebars/partials/base/javascript-libs.hbs new file mode 100644 index 0000000..42c50d4 --- /dev/null +++ b/handlebars/partials/base/javascript-libs.hbs @@ -0,0 +1,7 @@ +{{! + This partial is rendered below the `footer`-partial of the page. It includes the + javascript-bundle generated by `customize-engine-uglify`. If you don't want to + include the javascript-bundle, because you do not require the bootstrap-javascript, + you can override this partial with an empty one. +}} + diff --git a/handlebars/templates/index.html.hbs b/handlebars/templates/index.html.hbs index dee8103..6a50cdb 100644 --- a/handlebars/templates/index.html.hbs +++ b/handlebars/templates/index.html.hbs @@ -20,6 +20,6 @@ {{>base/body}} {{>base/footer}} - +{{>base/javascript-libs}}