Repository: ambari
Updated Branches:
  refs/heads/trunk 7c9295395 -> 0d688106a


http://git-wip-us.apache.org/repos/asf/ambari/blob/fb86fb3b/ambari-web/brunch-config.js
----------------------------------------------------------------------
diff --git a/ambari-web/brunch-config.js b/ambari-web/brunch-config.js
index 31eb1cb..2a625d7 100644
--- a/ambari-web/brunch-config.js
+++ b/ambari-web/brunch-config.js
@@ -27,7 +27,8 @@ module.exports.config = {
     },
     assetsmanager: {
       copyTo: {
-        'stylesheets/fonts' : ['vendor/theme/fonts/*']
+        'stylesheets/fonts' : ['vendor/theme/fonts/*'],
+        'api-docs' : ['api-docs/*']
       }
     }
   },

http://git-wip-us.apache.org/repos/asf/ambari/blob/fb86fb3b/ambari-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index 2d567cc..250159d 100644
--- a/ambari-web/pom.xml
+++ b/ambari-web/pom.xml
@@ -262,6 +262,7 @@
             <exclude>public/**</exclude>
             <exclude>public-static/**</exclude>
             <exclude>app/assets/**</exclude>
+            <exclude>api-docs/**</exclude>
             <exclude>vendor/**</exclude>
             <exclude>node_modules/**</exclude>
             <exclude>node/**</exclude>

Reply via email to