summaryrefslogtreecommitdiffstats
path: root/lib/generate/page/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-04 16:40:21 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-04 16:40:21 -0700
commit9fbe2408432bfeed1db330bc69372a43f0bb0506 (patch)
treeabd6902eb4b6a8bcc8c4a90e332330ace97c1c19 /lib/generate/page/index.js
parent0c7e2b3557526bf74842096f5af0bba911380662 (diff)
downloadgitbook-9fbe2408432bfeed1db330bc69372a43f0bb0506.zip
gitbook-9fbe2408432bfeed1db330bc69372a43f0bb0506.tar.gz
gitbook-9fbe2408432bfeed1db330bc69372a43f0bb0506.tar.bz2
Add summary to page generator
Diffstat (limited to 'lib/generate/page/index.js')
-rw-r--r--lib/generate/page/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generate/page/index.js b/lib/generate/page/index.js
index 111bb1e..a8fc866 100644
--- a/lib/generate/page/index.js
+++ b/lib/generate/page/index.js
@@ -94,7 +94,7 @@ Generator.prototype.finish = function() {
);
})
- //
+ // Copy assets
.then(function() {
return fs.copy(
path.join(that.options.theme, "assets"),