GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/190
Rename index.css and require.js with md5 hash - removes obsolete "cache buster" setting - replaces hardcoded require.js and index.cs filenames in settings files with for non-dev build processes with variables. - release and couchapp_deploy tasks now rename those two files to include their hashes, and reference them in the generated index.html file You can merge this pull request into a Git repository by running: $ git pull https://github.com/benkeen/couchdb-fauxton md5-requirejs-file Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/190.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #190 ---- commit 10c5a853d1c345bf6a0755aef690a36cb35613b4 Author: Benjamin Keen <ben.k...@gmail.com> Date: 2014-12-05T19:33:22Z Rename index.css and require.js with md5 hash - removes obsolete "cache buster" setting - replaces hardcoded require.js and index.cs filenames in settings files with for non-dev build processes with variables. - release and couchapp_deploy tasks now rename those two files to include their hashes, and reference them in the generated index.html file ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---