Repository: couchdb
Updated Branches:
  refs/heads/Update-Sidebar-Ui 01dcb16ed -> 5745da675


Copy fonts across on deploy


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

Branch: refs/heads/Update-Sidebar-Ui
Commit: 5745da6758686b2a9f57f50b2e23aa58abf06b2c
Parents: 01dcb16
Author: Garren Smith <[email protected]>
Authored: Mon Jun 30 11:32:37 2014 +0200
Committer: Garren Smith <[email protected]>
Committed: Mon Jun 30 11:32:37 2014 +0200

----------------------------------------------------------------------
 src/fauxton/Gruntfile.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5745da67/src/fauxton/Gruntfile.js
----------------------------------------------------------------------
diff --git a/src/fauxton/Gruntfile.js b/src/fauxton/Gruntfile.js
index 73a3ea2..34d8ce5 100644
--- a/src/fauxton/Gruntfile.js
+++ b/src/fauxton/Gruntfile.js
@@ -64,7 +64,7 @@ module.exports = function(grunt) {
           "dist/debug/css/fauxton.css": "assets/less/fauxton.less"
         }
       },
-      fonts: ["assets/fonts/*"],
+      fonts: ["assets/fonts/*.eot", "assets/fonts/*.svg", 
"assets/fonts/*.ttf", "assets/fonts/*.woff",],
       img: ["assets/img/**"],
       // used in concat:index_css to keep file ordering intact
       // fauxton.css should load first
@@ -356,7 +356,8 @@ module.exports = function(grunt) {
       dist:{
         files:[
           {src: "dist/debug/index.html", dest: "dist/release/index.html"},
-          {src: assets.img, dest: "dist/release/img/", flatten: true, expand: 
true}
+          {src: assets.img, dest: "dist/release/img/", flatten: true, expand: 
true},
+          {src: assets.fonts, dest: "dist/release/fonts/", flatten: true, 
expand: true}
         ]
       },
       debug:{

Reply via email to