You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/11/09 15:18:42 UTC

[sling-org-apache-sling-app-cms] branch master updated: Re-adding Handlebars to fix SLING-8087

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a01c29  Re-adding Handlebars to fix SLING-8087
2a01c29 is described below

commit 2a01c29474c1fbec11718a3c48f7905e2bbe0388
Author: Dan Klco <dk...@apache.org>
AuthorDate: Fri Nov 9 10:18:31 2018 -0500

    Re-adding Handlebars to fix SLING-8087
---
 ui/src/main/frontend/gulpfile.js  | 1 +
 ui/src/main/frontend/package.json | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ui/src/main/frontend/gulpfile.js b/ui/src/main/frontend/gulpfile.js
index 3eb26b4..579f1e2 100755
--- a/ui/src/main/frontend/gulpfile.js
+++ b/ui/src/main/frontend/gulpfile.js
@@ -90,6 +90,7 @@ gulp.task('cms-js', function() {
             './node_modules/wysihtml/dist/minified/wysihtml.table_editing.min.js',
             './node_modules/wysihtml/dist/minified/wysihtml.toolbar.min.js',
             './node_modules/wysihtml/parser_rules/advanced_and_extended.js',
+            './node_modules/handlebars/dist/handlebars.js',
             './node_modules/js-autocomplete/auto-complete.js',
             './src/js/cms.js',
             './src/js/cms.*.js'
diff --git a/ui/src/main/frontend/package.json b/ui/src/main/frontend/package.json
index 968e878..12a4aba 100644
--- a/ui/src/main/frontend/package.json
+++ b/ui/src/main/frontend/package.json
@@ -8,6 +8,7 @@
   },
   "dependencies": {
     "jquery": "^3.3.1",
+  	"handlebars": "^4.0.11",
     "wysihtml": "^0.6.0-beta1",
     "rava": "^1.0.0",
     "jam-icons": "^2.0.0",