Document important options
See original GitHub issueIm having some issues figuring out how to port over an older bankai app to using 5.0.0 with the current set of docs.
How would I port over the following?
var bankai = require('bankai')()
var browserify = require('browserify')
var staticClient = require('./client/app')
var js = bankai.js(browserify, require.resolve('./client'), {debug: true})
var html = bankai.html({ favicon: false, css: false })
(from https://github.com/bcomnes/hyperblog/blob/master/index.js)
README should also probably link to the full set of possible options for css
, js
and html
, as well as include some of the more common options.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to Keep Important Documents Safe in Your Home
Take a look below at five important documents you should store and ways to keep those documents out of the wrong hands.
Read more >4.6: Effective Document Design – Communication at Work
Fortunately, writers can use document templates that make those design choices for them with established styles so that writing a document becomes a...
Read more >Word Options (Advanced) - Microsoft Support
Use advanced Word options to customize editing tasks, document display, printing preferences, and more. To choose your advanced Word options, select File >...
Read more >Google Docs: Getting Started with Your Document - GCFGlobal
In Google Docs new document templates exist so you can create online documents in a flash. Learn all about using Google Docs here....
Read more >Best Document Management Software and Systems of 2023
When choosing your document management software, consider which tools and features would be most useful to your business. It is important to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
gonna assume this is no longer an issue (:
@bcomnes does this resolve it for you?