* Refactor: use iife * Feat: customize sidebar and navbar via markdown file, #6 * Add changelog
This commit is contained in:
parent
e09b6f218f
commit
35d3bd1647
16 changed files with 625 additions and 333 deletions
|
|
@ -15,11 +15,14 @@ var build = function (opts) {
|
|||
|
||||
console.log(dest)
|
||||
bundle.write({
|
||||
format: 'umd',
|
||||
format: 'iife',
|
||||
moduleName: opts.moduleName || 'Docsify',
|
||||
dest: dest
|
||||
})
|
||||
})
|
||||
.catch(function (err) {
|
||||
console.error(err)
|
||||
})
|
||||
}
|
||||
|
||||
build({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue