You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by ed...@apache.org on 2015/11/29 06:57:42 UTC

incubator-freemarker-docgen git commit: adding search.js to build task

Repository: incubator-freemarker-docgen
Updated Branches:
  refs/heads/master bab5de6d8 -> ecdb226e0


adding search.js to build task


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/ecdb226e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/ecdb226e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/ecdb226e

Branch: refs/heads/master
Commit: ecdb226e0a9c9ce833bfcd06f146ea7468297632
Parents: bab5de6
Author: ratherblue <ra...@gmail.com>
Authored: Sat Nov 28 21:56:49 2015 -0800
Committer: ratherblue <ra...@gmail.com>
Committed: Sat Nov 28 21:57:11 2015 -0800

----------------------------------------------------------------------
 gulpfile.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/ecdb226e/gulpfile.js
----------------------------------------------------------------------
diff --git a/gulpfile.js b/gulpfile.js
index 22d719f..8a15fb6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -36,7 +36,8 @@ gulp.task('js', function() {
   return gulp.src([
       path.join(BASE_DIR, 'js', 'use-strict.js'),
       path.join(BASE_DIR, 'js', 'make-toc.js'),
-      path.join(BASE_DIR, 'js', 'page-menu.js')
+      path.join(BASE_DIR, 'js', 'page-menu.js'),
+      path.join(BASE_DIR, 'js', 'search.js')
     ])
     .pipe(concat('main.js'))
     .pipe(gulp.dest(OUT_DIR))