apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB

Home Page:https://github.com/apache/couchdb-fauxton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not depend on Internet resources

wohali opened this issue · comments

In fixing packaging, I received warnings from the Debian "lintian" checker that our generated HTML files directly reference 3rd party websites for resources, such as mathjax.

It would be nice if we could completely bundle all of our dependencies so that a CouchDB system firewalled from the internet (such as one in production) could still have a fully functional Fauxton from the console, or from another firewalled administrator/client machine.

Is this possible to fix in the npm build process easily?

Mathjax was one of them, but now I can't reproduce the error. Going to close until I can. Thanks.