[
https://issues.apache.org/jira/browse/COUCHDB-2206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13956823#comment-13956823
]
ASF GitHub Bot commented on COUCHDB-2206:
-----------------------------------------
Github user deathbearbrown commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/202#discussion_r11172196
--- Diff: src/fauxton/tasks/couchserver.js ---
@@ -51,6 +51,7 @@ module.exports = function (grunt) {
filePath = path.join(app_dir, url.replace('/_utils/fauxton/',''));
} else if (!!url.match(/assets/)) {
// serve any javascript or css files from here assets dir
+ url = url.replace(/\?.*/, '');
--- End diff --
what's this a fix for? :)
> Changes UI update
> -----------------
>
> Key: COUCHDB-2206
> URL: https://issues.apache.org/jira/browse/COUCHDB-2206
> Project: CouchDB
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Sue Lockwood
> Assignee: Robert Kowalski
> Attachments: Screen Shot 2014-03-22 at 9.46.15 AM.png, Screen Shot
> 2014-03-22 at 9.46.38 AM.png
>
>
> The changes UI needs some serious love.
> The new UI improvements are being broken down into parts so that we can get
> them into master easier. I have screenshots of just what the changes page UI
> should look like.
> I cropped out the sidebar and header for now, since those changes are being
> made in a different branch and are used all over the site. They should be in
> soon.
--
This message was sent by Atlassian JIRA
(v6.2#6252)