Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Package templates directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Sep 14, 2016
1 parent f725050 commit 1a26ab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion npm/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Builder.prototype.copyToDist = function(callback) {
builder.deleteDistFolder();
builder.copy('build/asciidoctor-backend-template.js', 'dist/main.js');
builder.copy('build/asciidoctor-backend-template.min.js', 'dist/main.min.js');
copyDir('build/templates-revealjs/templates/jade', 'dist/templates');
copyDir('build/templates-revealjs/templates/jade', 'dist/templates/revealjs');
typeof callback === 'function' && callback();
};

Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
},
"files": [
"dist/main.js",
"dist/main.min.js",
"dist/templates",
"LICENSE",
"README.adoc"
],
Expand Down

0 comments on commit 1a26ab6

Please sign in to comment.