gh-pages update

Project: http://git-wip-us.apache.org/repos/asf/nifi-fds/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-fds/commit/e7eda493
Tree: http://git-wip-us.apache.org/repos/asf/nifi-fds/tree/e7eda493
Diff: http://git-wip-us.apache.org/repos/asf/nifi-fds/diff/e7eda493

Branch: refs/heads/gh-pages
Commit: e7eda493c7b3330e55a457a8c0d580b843ccfc97
Parents: b2b1baa
Author: Scott Aslan <[email protected]>
Authored: Mon Apr 30 15:00:56 2018 -0400
Committer: Scott Aslan <[email protected]>
Committed: Mon Apr 30 15:00:56 2018 -0400

----------------------------------------------------------------------
 index.html                      |    4 +-
 package-lock.json               | 3586 ++++------------------------------
 package.json                    |   66 +-
 webapp/css/fds-demo.min.css     |    3 +
 webapp/css/fds-demo.min.css.gz  |  Bin 0 -> 11590 bytes
 webapp/css/fds-demo.min.css.map |   64 +
 webapp/systemjs.config.js       |   54 +-
 7 files changed, 463 insertions(+), 3314 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/e7eda493/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index fb66cad..e55dbb9 100644
--- a/index.html
+++ b/index.html
@@ -16,12 +16,12 @@
 <html>
 <head>
     <title>Apache NiFi Fluid Design System Demo</title>
-    <base href='/'>
+    <base href='/nifi-fds/'>
     <meta charset='UTF-8'>
     <meta name='viewport' content='width=device-width, initial-scale=1'>
     <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/>
     <link rel="stylesheet" 
href="node_modules/@covalent/core/common/platform.css">
-    <link rel="stylesheet" 
href='platform/core/common/styles/css/fluid-design-system.min.css'/>
+    <link rel="stylesheet" 
href='node_modules/nifi-fds/platform/core/common/styles/css/fluid-design-system.min.css'/>
     <link rel="stylesheet" href='webapp/css/fds-demo.min.css'/>
     <link rel='stylesheet' 
href='node_modules/font-awesome/css/font-awesome.css'/>
 </head>

Reply via email to