diff options
-rw-r--r-- | core/js/core.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |