Ben Keen created COUCHDB-2489:
---------------------------------
Summary: Remove libs from main require.js bundle
Key: COUCHDB-2489
URL: https://issues.apache.org/jira/browse/COUCHDB-2489
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Fauxton
Reporter: Ben Keen
This'll take a little investigation. Right now the prod bundling process sticks
everything - libs + code - into a single require.js file. Libs seldom change;
code changes all the time. Split them so that browsers would cache the
unchanging libs file and not force a re-download each time. The key libs are:
- require
- d3
- jquery
- backbone
- bootstrap
- lodash
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)