You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2016/04/15 19:54:45 UTC

fauxton commit: updated refs/heads/add-copy-back to 44172e2

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/add-copy-back d44aa93a9 -> 44172e2cd


copy dashboard.assets in release


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/44172e2c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/44172e2c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/44172e2c

Branch: refs/heads/add-copy-back
Commit: 44172e2cdc78f150c1418e3cd611019bd1557ee0
Parents: d44aa93
Author: Garren Smith <ga...@gmail.com>
Authored: Fri Apr 15 19:54:34 2016 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Fri Apr 15 19:54:34 2016 +0200

----------------------------------------------------------------------
 Gruntfile.js | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/44172e2c/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index f4ccec8..39ed769 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -146,6 +146,10 @@ module.exports = function (grunt) {
         files: [
           // this gets built in the template task
           {src: "dist/release/index.html", dest: "../../share/www/index.html"},
+          {src: ["**"], dest: "../../share/www/dashboard.assets/js/", cwd: 'dist/release/dashboard.assets/js/',  expand: true},
+          {src: ["**"], dest: "../../share/www/dashboard.assets/img/", cwd: 'dist/release/dashboard.assets/img/', expand: true},
+          {src: ["**"], dest: "../../share/www/dashboard.assets/fonts/", cwd: 'dist/release/dashboard.assets/fonts/', expand: true},
+          {src: ["**"], dest: "../../share/www/dashboard.assets/css/", cwd: "dist/release/dashboard.assets/css/", expand: true}
         ]
       },
       couchdebug: {