summaryrefslogtreecommitdiffstats
path: root/lib/output/website
diff options
context:
space:
mode:
Diffstat (limited to 'lib/output/website')
-rw-r--r--lib/output/website/index.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/output/website/index.js b/lib/output/website/index.js
index 2b7db73..35e81c2 100644
--- a/lib/output/website/index.js
+++ b/lib/output/website/index.js
@@ -6,14 +6,6 @@ function WebsiteOutput() {
}
util.inherits(WebsiteOutput, Output);
-// Copy an asset file
-WebsiteOutput.prototype.writeAsset = function(filename) {
- return this.copyFile(
- this.book.resolve(filename),
- filename
- );
-};
-
// Write a page (parsable file)
WebsiteOutput.prototype.writePage = function(page) {