question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider support for custom index.html files?

See original GitHub issue

As I understand it, bankai brings its own index.html file.

I see issues with not being able to supply your own file or template for an index.html file. Some of the default attributes potentially block people from using bankai due to other cultural needs, like lang being set to american english by default, or dir being set to ltr by default.

Then of course there’s the very likely need to have custom meta tags in the head of the document.

I’ve come to understand that there’s a “hack-ish(?)” way to add things like that through documentify?

But I feel things like these should be as simple as possible to do without any special knowledge.

What are your thoughts?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
yoshuawuytscommented, Jan 20, 2018

Ah dang, yeah perhaps we should pick this up then. documentify still supports, this but we would need to turn it on.

Think all we need to do is change a few lines in lib/graph-document.js. @alexbihary would you want to make a PR? 😄

1reaction
YerkoPalmacommented, Nov 24, 2017

Definitly +1 on this because 1) Was prebiously supported by bankai, and users (like me) would expect this to keep working. 2) In choo, you also could mount your app in some other node different than body

Read more comments on GitHub >

github_iconTop Results From Across the Web

Index.html customize - Support Questions - ATOMI Community
Problem: We want to customize index.html which is used to generate multiple outputs together. The problem is AP output overwrites the ...
Read more >
Allow custom index.html · Issue #104 - GitHub
I tried the electron-webpack-quick-start , and if the html file provides a <div id="app"></div> , everything is fine. loopmode (first line in ...
Read more >
How can I create a simple index.html file which lists all files ...
Generate an HTML directory index one level deep: tree -H '. ... For all supported options see tree --help or man tree in...
Read more >
Creating a custom index.html file - Name.com
How to set up a custom index.html file · Log into your Hosting cPanel. · Click File Manager in the Files section. ·...
Read more >
Creating An Html File - Mike Dane
Inside the new folder create a file named index.html . index.html is a special file name which indicates that this is the default...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found