From 20c30ac79a1040680bff778bfd1dd0dc2dbd40d6 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 15 Dec 2014 12:43:05 +0100 Subject: [PATCH] Load handlebars in core --- core/js/core.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/js/core.json b/core/js/core.json index ea79724dcc6..88b903d43c4 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -3,7 +3,8 @@ "jquery/jquery.min.js", "jquery/jquery-migrate.min.js", "underscore/underscore.js", - "moment/min/moment-with-locales.js" + "moment/min/moment-with-locales.js", + "handlebars/handlebars.js" ], "libraries": [ "jquery-ui-1.10.0.custom.js", -- 2.39.5