diff options
author | Alexander Early <alexander.early@gmail.com> | 2016-06-30 17:56:53 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2016-06-30 17:56:53 -0700 |
commit | c1a26634b5394061975975e06b316a61681ffffe (patch) | |
tree | b6023ec50f8d5ef79d35df5efa24360c754b8cbc /support/jsdoc/jsdoc-fix-html.js | |
parent | 98f36b4624f9fa953c62bc0b8dea7e1f313fbc2e (diff) | |
download | async-c1a26634b5394061975975e06b316a61681ffffe.tar.gz |
copy custom styles into main css, tweak layout
Diffstat (limited to 'support/jsdoc/jsdoc-fix-html.js')
-rw-r--r-- | support/jsdoc/jsdoc-fix-html.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/jsdoc/jsdoc-fix-html.js b/support/jsdoc/jsdoc-fix-html.js index 3892d09..981228a 100644 --- a/support/jsdoc/jsdoc-fix-html.js +++ b/support/jsdoc/jsdoc-fix-html.js @@ -162,7 +162,6 @@ function fixModuleLinks(files, callback) { fs.copySync(path.join(__dirname, '../../dist/async.js'), path.join(docsDir, 'scripts/async.js'), { clobber: true }); fs.copySync(path.join(__dirname, './jsdoc-custom.js'), path.join(docsDir, 'scripts/jsdoc-custom.js'), { clobber: true }); -fs.copySync(path.join(__dirname, './jsdoc-custom.css'), path.join(docsDir, 'styles/jsdoc-custom.css'), { clobber: true }); fs.copySync(path.join(__dirname, '..', '..', 'logo', 'favicon.ico'), path.join(docsDir, 'favicon.ico'), { clobber: true }); fs.copySync(path.join(__dirname, '..', '..', 'logo', 'async-logo.svg'), path.join(docsDir, 'img', 'async-logo.svg'), { clobber: true }); |