Github user janl commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/126#discussion_r21446085
  
    --- Diff: Gruntfile.js ---
    @@ -319,11 +319,11 @@ module.exports = function(grunt) {
           couchdb: {
             files: [
               // this gets built in the template task
    -          {src: "dist/release/index.html", dest: 
"../../share/www/fauxton/index.html"},
    -          {src: ["**"], dest: "../../share/www/fauxton/js/", 
cwd:'dist/release/js/',  expand: true},
    -          {src: ["**"], dest: "../../share/www/fauxton/img/", 
cwd:'dist/release/img/', expand: true},
    -          {src: ["**"], dest: "../../share/www/fauxton/fonts/", 
cwd:'dist/release/fonts/', expand: true},
    -          {src: ["**"], dest: "../../share/www/fauxton/css/", 
cwd:"dist/release/css/", expand: true}
    +          {src: "dist/release/index.html", dest: 
"../../share/www/index.html"},
    +          {src: ["**"], dest: "../../share/www/js/", 
cwd:'dist/release/js/',  expand: true},
    +          {src: ["**"], dest: "../../share/www/img/", 
cwd:'dist/release/img/', expand: true},
    +          {src: ["**"], dest: "../../share/www/fonts/", 
cwd:'dist/release/fonts/', expand: true},
    +          {src: ["**"], dest: "../../share/www/css/", 
cwd:"dist/release/css/", expand: true}
    --- End diff --
    
    Yeah, see the hunk below :D


---
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.
---

Reply via email to