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/a4b7aa82 Tree: http://git-wip-us.apache.org/repos/asf/nifi-fds/tree/a4b7aa82 Diff: http://git-wip-us.apache.org/repos/asf/nifi-fds/diff/a4b7aa82 Branch: refs/heads/gh-pages Commit: a4b7aa828567fee9018e5327561264f576b57475 Parents: 43ea662 Author: Scott Aslan <[email protected]> Authored: Mon Apr 30 15:13:00 2018 -0400 Committer: Scott Aslan <[email protected]> Committed: Mon Apr 30 15:13:00 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 | 42 +- 7 files changed, 451 insertions(+), 3314 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/a4b7aa82/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>
