http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/.github/PULL_REQUEST_TEMPLATE.md
----------------------------------------------------------------------
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
deleted file mode 100644
index 25f2d97..0000000
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,28 +0,0 @@
-Thank you for submitting a contribution to Apache NiFi Fluid Design System.
-
-In order to streamline the review of the contribution we ask you
-to ensure the following steps have been taken:
-
-### For all changes:
-- [ ] Is there a JIRA ticket associated with this PR? Is it referenced
-     in the commit message?
-
-- [ ] Does your PR title start with either NIFI-XXXX or NIFIREG-XXXX where 
XXXX is the JIRA number you are trying to resolve? Pay particular attention to 
the hyphen "-" character.
-
-- [ ] Has your PR been rebased against the latest commit within the target 
branch (typically master)?
-
-- [ ] Is your initial contribution a single, squashed commit?
-
-### For code changes:
-- [ ] Have you written or updated unit tests to verify your changes?
-- [ ] Have you ensured that a full build and that the full suite of unit tests 
is executed via npm run clean:install at the root nifi-fds folder?
-- [ ] Have you written or updated the Apache NiFi Fluid Design System demo 
application to demonstrate any new functionality, provide examples of usage, 
and to verify your changes via npm start at the nifi-fds/target folder?
-- [ ] If adding new dependencies to the code, are these dependencies licensed 
in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)?
-- [ ] If applicable, have you updated the LICENSE file, including the main 
LICENSE file under nifi-fds?
-- [ ] If applicable, have you updated the NOTICE file, including the main 
NOTICE file found under nifi-fds?
-
-### For documentation related changes:
-- [ ] Have you ensured that format looks appropriate for the output in which 
it is rendered?
-
-### Note:
-Please ensure that once the PR is submitted, you check travis-ci for build 
issues and submit an update to your PR as soon as possible.

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index a19bd7a..74a1c48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,14 @@
-node_modules/
 target/
+platform/
+scripts/
+.github/
+gh-pages*
+Gruntfile.js
+karma*
 npm-debug.log*
+README.md
+LICENSE
+NOTICE
 
 # Intellij
 .idea/

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
deleted file mode 100644
index 45b43f4..0000000
--- a/Gruntfile.js
+++ /dev/null
@@ -1,82 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-module.exports = function (grunt) {
-    // load all grunt tasks matching the ['grunt-*', '@*/grunt-*'] patterns
-    require('load-grunt-tasks')(grunt);
-
-    grunt.initConfig({
-        sass: {
-            options: {
-                outputStyle: 'compressed',
-                sourceMap: true
-            },
-            minifyFds: {
-                files: [{
-                    
'./platform/core/common/styles/css/fluid-design-system.min.css': 
['./platform/core/common/styles/fluid-design-system.scss']
-                }]
-            },
-            minifyFdsDemo: {
-                files: [{
-                    './webapp/css/fds-demo.min.css': 
['./webapp/theming/fds-demo.scss']
-                }]
-            }
-        },
-        compress: {
-            options: {
-                mode: 'gzip'
-            },
-            fdsStyles: {
-                files: [{
-                    expand: true,
-                    src: 
['./platform/core/common/styles/css/fluid-design-system.min.css'],
-                    dest: './',
-                    ext: '.min.css.gz'
-                }]
-            },
-            fdsDemoStyles: {
-                files: [{
-                    expand: true,
-                    src: ['./webapp/css/fds-demo.min.css'],
-                    dest: './',
-                    ext: '.min.css.gz'
-                }]
-            }
-        },
-        bump: {
-            options: {
-                files: ['package.json'],
-                updateConfigs: [],
-                commit: true,
-                commitMessage: 'Release FDS-%VERSION%',
-                commitFiles: ['-a'],
-                createTag: true,
-                tagName: 'FDS-%VERSION%',
-                tagMessage: 'Version FDS-%VERSION%',
-                push: true,
-                pushTo: 'origin',
-                gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d',
-                globalReplace: false,
-                prereleaseName: 'RC',
-                metadata: '',
-                regExp: false
-            }
-        }
-    });
-    grunt.registerTask('compile-fds-styles', ['sass:minifyFds', 
'compress:fdsStyles']);
-    grunt.registerTask('compile-fds-demo-styles', ['sass:minifyFdsDemo', 
'compress:fdsDemoStyles']);
-};

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index c7c91cd..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,240 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-This product bundles 'Apache NiFi Registry' source code which is available 
under an ASLv2 license.
-
-    Copyright (c) 2018 Apache NiFi Registry 
https://nifi.apache.org/registry.html
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
-This product bundles 'Angular Quickstart' which is available under an MIT 
license.
-
-    Copyright (c) 2010-2016 Google, Inc. http://angularjs.org
-
-    Permission is hereby granted, free of charge, to any person obtaining a 
copy
-    of this software and associated documentation files (the "Software"), to 
deal
-    in the Software without restriction, including without limitation the 
rights
-    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-    copies of the Software, and to permit persons to whom the Software is
-    furnished to do so, subject to the following conditions:
-
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of the Software.
-
-    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
-    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-    THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index 50b77ff..0000000
--- a/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache NiFi Fluid Design System
-Copyright 2014-2018 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
deleted file mode 100644
index cdbce26..0000000
--- a/README.md
+++ /dev/null
@@ -1,116 +0,0 @@
-# Apache NiFi Fluid Design System
-
-The Apache NiFi Fluid Design System module is an atomic reusable platform 
providing consistent set of UI/UX components for open source friendly web 
applications to consume. Checkout the demo web application on the `gh-pages` 
branch to see a complete example of an Angular application that leverages this 
NGModule. This demo application allows users to interact with and provides 
sample code for the available UI/UX components: 
[https://apache.github.io/nifi-fds/](https://apache.github.io/nifi-fds/).
-
-#### npm
-
-For developers not interested in building the FDS NgModule you can use **npm** 
to install the distribution files.
-
-```bash
-npm install nifi-fds
-```
-
-## Setup
-
-Import the **Fluid Design System** NgModule into your angular application:
-
-```javascript
-var fdsCore = require('fluid-design-system/core');
-AppModule.prototype = {
-    constructor: AppModule
-};
-
-AppModule.annotations = [
-    new ngCore.NgModule({
-        imports: [
-            fdsCore,
-    ...
-  ],
-  ...
-})
-...
-```
-
-## Styles, Icons and Theming
-
-A typical theme file will look something like this:
-
-```javascript
-@import '../../platform/core/theming/all-theme';
-
-$primaryColor: #9E737D;
-$primaryColorHover: #915D69;
-$accentColor: #d0dbe0;
-$accentColorHover: #CCCCCC;
-
-// Include the base styles for Angular Material core. We include this here so 
that you only
-// have to load a single css file for Angular Material in your app.
-@include mat-core;
-
-// Define the palettes
-$fds-base-palette: (50: #89df79, 100: $primaryColorHover, 200: #65d550, 300: 
#53d03b, 400: #46c32f, 500: $primaryColor, 600: $primaryColor, 700: #89df79, 
800: #29701b, 900: #215c16, A100: #9be48d, A200: #ade9a2, A400: #bfedb6, A700: 
#1a4711, contrast: (50: $black-87-opacity, 100: $black-87-opacity, 200: 
$black-87-opacity, 300: white, 400: white, 500: $white-87-opacity, 600: 
$white-87-opacity, 700: $white-87-opacity, 800: $white-87-opacity, 900: 
$white-87-opacity, A100: $black-87-opacity, A200: white, A400: white, A700: 
$white-87-opacity));
-$fds-accent-palette: (50: #89df79, 100: $accentColorHover, 200: #65d550, 300: 
#53d03b, 400: #46c32f, 500: $accentColor, 600: $accentColor, 700: #89df79, 800: 
#29701b, 900: #215c16, A100: #9be48d, A200: #ade9a2, A400: #bfedb6, A700: 
#1a4711, contrast: (50: $black-87-opacity, 100: $black-87-opacity, 200: 
$black-87-opacity, 300: white, 400: white, 500: $white-87-opacity, 600: 
$white-87-opacity, 700: $white-87-opacity, 800: $white-87-opacity, 900: 
$white-87-opacity, A100: $black-87-opacity, A200: white, A400: white, A700: 
$white-87-opacity));
-$fds-warn-palette: (50: #81410f, 100: #D14A50, 200: #af5814, 300: #c66317, 
400: #dd6f19, 500: $warnColor, 600: $warnColor, 700: #eea66e, 800: #f1b485, 
900: #f4c29b, A100: #ec9857, A200: #89df79, A400: #89df79, A700: #f6d0b2, 
contrast: (50: $black-87-opacity, 100: $black-87-opacity, 200: 
$black-87-opacity, 300: white, 400: white, 500: $white-87-opacity, 600: 
$white-87-opacity, 700: $white-87-opacity, 800: $white-87-opacity, 900: 
$white-87-opacity, A100: $black-87-opacity, A200: white, A400: white, A700: 
$white-87-opacity));
-$fds-primary: mat-palette($fds-base-palette, 500, 100, 500);
-$fds-accent: mat-palette($fds-accent-palette, 500, 100, 500);
-$fds-warn: mat-palette($fds-warn-palette, 500, 100, 500);
-
-// Define the theme (Optionally specify a default, lighter, and darker hue.)
-$fds-theme: mat-light-theme($fds-primary, $fds-accent, $fds-warn);
-
-// FDS theme mixin
-@include fds-theme($fds-theme);
-```
-
-NiFi Fluid Design System UI/UX Platform comes with a base CSS file 
`node_modules/fluid-design-system/core/common/styles/css/fluid-design-system.min.css`
 (includes icons).
-
-## Building
-
-Developers can easily build this project using **npm**.
-
-First install or update your local project's **npm** tools:
-
-```bash
-npm install
-```
-
-Next run:
-
-```bash
-npm run clean:install
-```
-
-or to run without unit tests run:
-
-```bash
-npm run clean:install:skipTests
-```
-
-## Developing
-
-Developers can easily skip the re-instalation of node_modules and run unit 
tests in development mode using **npm**.
-
-```bash
-npm run dev:install
-```
-
-or to run without unit tests run:
-
-```bash
-npm run dev:install:skipTests
-```
-
-## Running locally
-
-Once built you can start the application from the target directory via:
-
-```bash
-npm start
-```
-
-The demo application should now be availalbe at: 
[http://127.0.0.1:8080/](http://127.0.0.1:8080/).
-
-## Release Managment
-
-For developers with permissions releasing a new version of the NiFi Fluid 
Design System is simple with [grunt 
bump](https://github.com/vojtajina/grunt-bump)
-

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/gh-pages.index.html
----------------------------------------------------------------------
diff --git a/gh-pages.index.html b/gh-pages.index.html
deleted file mode 100644
index e55dbb9..0000000
--- a/gh-pages.index.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the 'License'); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-      http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an 'AS IS' BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<!DOCTYPE html>
-<html>
-<head>
-    <title>Apache NiFi Fluid Design System Demo</title>
-    <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='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>
-<body>
-<fds-app></fds-app>
-</body>
-<script src="node_modules/systemjs/dist/system.src.js"></script>
-<script src="webapp/systemjs.config.js?"></script>
-<script>
-  System.import('webapp/fds-bootstrap.js').catch(function(err) 
{console.error(err);});
-</script>
-</html>

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/gh-pages.package.json
----------------------------------------------------------------------
diff --git a/gh-pages.package.json b/gh-pages.package.json
deleted file mode 100644
index 58da069..0000000
--- a/gh-pages.package.json
+++ /dev/null
@@ -1,59 +0,0 @@
-{
-  "name": "nifi-fds-demo",
-  "version": "0.0.0",
-  "scripts": {
-    "start": "./node_modules/http-server/bin/http-server .",
-    "build:webapp": "./node_modules/grunt-cli/bin/grunt 
compile-fds-demo-styles",
-    "build:platform": "npm install && cd ./node_modules/nifi-fds && npm 
install && npm run build && rm -rf ./node_modules && rm -rf ./package-lock.json"
-  },
-  "description": "The Apache NiFi Fluid Design System demo provides users with 
an example web application that consumes the NgModule and allows users to 
interact with the UI/UX components.",
-  "keywords": [
-    "fluid design system",
-    "angular",
-    "material",
-    "material design",
-    "components",
-    "reusable",
-    "covalent"
-  ],
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/apache/nifi-fds.git";
-  },
-  "bugs": {
-    "url": "https://github.com/apache/nifi-fds/issues";
-  },
-  "license": "Apache License, Version 2.0",
-  "dependencies": {
-    "@angular/animations": "4.4.6",
-    "@angular/cdk": "2.0.0-beta.12",
-    "@angular/common": "4.4.6",
-    "@angular/compiler": "4.4.6",
-    "@angular/core": "4.4.6",
-    "@angular/flex-layout": "2.0.0-beta.9",
-    "@angular/forms": "4.4.6",
-    "@angular/http": "4.4.6",
-    "@angular/material": "2.0.0-beta.12",
-    "@angular/platform-browser": "4.4.6",
-    "@angular/platform-browser-dynamic": "4.4.6",
-    "@angular/router": "4.4.6",
-    "@covalent/core": "1.0.0-beta.8-1",
-    "detect-libc": "1.0.3",
-    "font-awesome": "4.7.0",
-    "hammerjs": "2.0.8",
-    "jquery": "3.2.1",
-    "node-gyp": "3.6.2",
-    "roboto-fontface": "0.7.0",
-    "rxjs": "5.4.3",
-    "systemjs": "0.20.17",
-    "systemjs-plugin-text": "0.0.11",
-    "zone.js": "0.8.7"
-  },
-  "devDependencies": {
-    "grunt": "0.4.5",
-    "grunt-cli": "1.2.0",
-    "grunt-contrib-compress": "1.4.3",
-    "grunt-sass": "2.0.0",
-    "load-grunt-tasks": "3.5.2"
-  }
-}

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/gh-pages.systemjs.config.js
----------------------------------------------------------------------
diff --git a/gh-pages.systemjs.config.js b/gh-pages.systemjs.config.js
deleted file mode 100644
index d4587e1..0000000
--- a/gh-pages.systemjs.config.js
+++ /dev/null
@@ -1,120 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-(function (global) {
-    System.config({
-        paths: {
-            // paths serve as alias
-            'npm:': 'node_modules/'
-        },
-        // map tells the System loader where to look for things
-        map: {
-            'text': 'npm:systemjs-plugin-text/text.js',
-            'app': './webapp',
-
-            // jquery
-            'jquery': 'npm:jquery/dist/jquery.min.js',
-
-            // Angular
-            '@angular/core': 'npm:@angular/core/bundles/core.umd.js',
-            '@angular/common': 'npm:@angular/common/bundles/common.umd.js',
-            '@angular/common/http': 
'npm:@angular/common/bundles/common-http.umd.js',
-            '@angular/common/http/testing': 
'npm:@angular/common/bundles/common-http-testing.umd.js',
-            '@angular/platform-browser': 
'npm:@angular/platform-browser/bundles/platform-browser.umd.js',
-            '@angular/platform-browser-dynamic': 
'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
-            '@angular/http': 'npm:@angular/http/bundles/http.umd.js',
-            '@angular/router': 'npm:@angular/router/bundles/router.umd.js',
-            '@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
-            '@angular/flex-layout': 
'npm:@angular/flex-layout/bundles/flex-layout.umd.js',
-            '@angular/material': 
'npm:@angular/material/bundles/material.umd.js',
-            '@angular/platform-browser/animations': 
'npm:@angular/platform-browser/bundles/platform-browser-animations.umd.js',
-            '@angular/cdk': 'npm:@angular/cdk/bundles/cdk.umd.js',
-            '@angular/cdk/a11y': 'npm:@angular/cdk/bundles/cdk-a11y.umd.js',
-            '@angular/cdk/accordion': 
'npm:@angular/cdk/bundles/cdk-accordion.umd.js',
-            '@angular/cdk/layout': 
'npm:@angular/cdk/bundles/cdk-layout.umd.js',
-            '@angular/cdk/collections': 
'npm:@angular/cdk/bundles/cdk-collections.umd.js',
-            '@angular/cdk/observers': 
'npm:@angular/cdk/bundles/cdk-observers.umd.js',
-            '@angular/cdk/overlay': 
'npm:@angular/cdk/bundles/cdk-overlay.umd.js',
-            '@angular/cdk/platform': 
'npm:@angular/cdk/bundles/cdk-platform.umd.js',
-            '@angular/cdk/portal': 
'npm:@angular/cdk/bundles/cdk-portal.umd.js',
-            '@angular/cdk/keycodes': 
'npm:@angular/cdk/bundles/cdk-keycodes.umd.js',
-            '@angular/cdk/bidi': 'npm:@angular/cdk/bundles/cdk-bidi.umd.js',
-            '@angular/cdk/coercion': 
'npm:@angular/cdk/bundles/cdk-coercion.umd.js',
-            '@angular/cdk/table': 'npm:@angular/cdk/bundles/cdk-table.umd.js',
-            '@angular/cdk/rxjs': 'npm:@angular/cdk/bundles/cdk-rxjs.umd.js',
-            '@angular/cdk/scrolling': 
'npm:@angular/cdk/bundles/cdk-scrolling.umd.js',
-            '@angular/cdk/stepper': 
'npm:@angular/cdk/bundles/cdk-stepper.umd.js',
-            '@angular/animations': 
'npm:@angular/animations/bundles/animations.umd.js',
-            '@angular/animations/browser': 
'npm:@angular/animations/bundles/animations-browser.umd.js',
-            '@angular/compiler': 
'npm:@angular/compiler/bundles/compiler.umd.js',
-
-            // needed to support gestures for angular material
-            'hammerjs': 'npm:hammerjs/hammer.min.js',
-
-            // Covalent
-            '@covalent/core': 'npm:@covalent/core/bundles/core.umd.min.js',
-
-            // other libraries
-            'rxjs': 'npm:rxjs',
-            'zone.js': 'npm:zone.js/dist/zone.js',
-            'core-js': 'npm:core-js/client/shim.min.js',
-            'superagent': 'npm:superagent/superagent.js',
-            'querystring': 'npm:querystring',
-            'tslib': 'npm:tslib/tslib.js',
-
-            // Fluid Design System
-            '@fluid-design-system/core': 
'npm:nifi-fds/platform/core/fluid-design-system.module.js',
-            '@fluid-design-system/dialogs': 
'npm:nifi-fds/platform/core/dialogs/fds-dialogs.module.js',
-            '@fluid-design-system/dialog-component': 
'npm:nifi-fds/platform/core/dialogs/fds-dialog.component.js',
-            '@fluid-design-system/dialog-service': 
'npm:nifi-fds/platform/core/dialogs/services/dialog.service.js',
-            '@fluid-design-system/confirm-dialog-component': 
'npm:nifi-fds/platform/core/dialogs/confirm-dialog/confirm-dialog.component.js',
-            '@fluid-design-system/snackbars': 
'npm:nifi-fds/platform/core/snackbars/fds-snackbars.module.js',
-            '@fluid-design-system/snackbar-component': 
'npm:nifi-fds/platform/core/snackbars/fds-snackbar.component.js',
-            '@fluid-design-system/snackbar-service': 
'npm:nifi-fds/platform/core/snackbars/services/snackbar.service.js',
-            '@fluid-design-system/coaster-component': 
'npm:nifi-fds/platform/core/snackbars/coaster/coaster.component.js'
-        },
-        // packages tells the System loader how to load when no filename 
and/or no extension
-        packages: {
-            app: {
-                defaultExtension: 'js',
-                meta: {
-                    './*.js': {
-                        loader: 'webapp/systemjs-angular-loader.js'
-                    }
-                }
-            },
-            'webapp/systemjs-angular-loader.js': {
-                loader: false
-            },
-            'rxjs': {
-                defaultExtension: 'js'
-            },
-            'querystring': {
-                main: './index.js',
-                defaultExtension: 'js'
-            },
-            'moment': {
-                main: './moment.js',
-                defaultExtension: 'js'
-            },
-            'angular2-moment': {
-                main: './index.js',
-                defaultExtension: 'js'
-            }
-        }
-    });
-})(this);

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/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>

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/karma-test-shim.js
----------------------------------------------------------------------
diff --git a/karma-test-shim.js b/karma-test-shim.js
deleted file mode 100644
index eeeb18d..0000000
--- a/karma-test-shim.js
+++ /dev/null
@@ -1,112 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-// /*global jasmine, __karma__, window*/
-Error.stackTraceLimit = 0; // "No stacktrace"" is usually best for app testing.
-
-// Uncomment to get full stacktrace output. Sometimes helpful, usually not.
-// Error.stackTraceLimit = Infinity; //
-
-jasmine.DEFAULT_TIMEOUT_INTERVAL = 1000;
-
-// builtPaths: root paths for output ("built") files
-// get from karma.config.js, then prefix with '/base/'
-var builtPaths = (__karma__.config.builtPaths)
-    .map(function (p) {
-        return '/base/' + p;
-    });
-
-__karma__.loaded = function () {
-};
-
-function isJsFile(path) {
-    return path.slice(-3) == '.js';
-}
-
-function isSpecFile(path) {
-    return /\.spec\.(.*\.)?js$/.test(path);
-}
-
-// Is a "built" file if is JavaScript file in one of the "built" folders
-function isBuiltFile(path) {
-    return isJsFile(path) &&
-        builtPaths.reduce(function (keep, bp) {
-            return keep || (path.substr(0, bp.length) === bp);
-        }, false);
-}
-
-var allSpecFiles = Object.keys(window.__karma__.files)
-    .filter(isSpecFile)
-    .filter(isBuiltFile);
-
-System.config({
-    // Base URL for System.js calls. 'base/' is where Karma serves files from.
-    baseURL: 'base',
-
-    // Map the angular testing umd bundles
-    map: {
-        '@angular/core/testing': 
'npm:@angular/core/bundles/core-testing.umd.js',
-        '@angular/common/testing': 
'npm:@angular/common/bundles/common-testing.umd.js',
-        '@angular/compiler/testing': 
'npm:@angular/compiler/bundles/compiler-testing.umd.js',
-        '@angular/platform-browser/testing': 
'npm:@angular/platform-browser/bundles/platform-browser-testing.umd.js',
-        '@angular/platform-browser-dynamic/testing': 
'npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js',
-        '@angular/http/testing': 
'npm:@angular/http/bundles/http-testing.umd.js',
-        '@angular/router/testing': 
'npm:@angular/router/bundles/router-testing.umd.js',
-        '@angular/forms/testing': 
'npm:@angular/forms/bundles/forms-testing.umd.js'
-    }
-});
-
-System.import('platform/systemjs.spec.config.js')
-    .then(initTestBed)
-    .then(initTesting);
-
-/** Optional SystemJS configuration extras. Keep going w/o it */
-function importSystemJsExtras() {
-    return System.import('platform/systemjs.config.extras.js')
-        .catch(function (reason) {
-            console.log(
-                'Warning: System.import could not load the optional 
"systemjs.config.extras.js". Did you omit it by accident? Continuing without 
it.'
-            );
-            console.log(reason);
-        });
-}
-
-function initTestBed() {
-    return Promise.all([
-        System.import('@angular/core/testing'),
-        System.import('@angular/platform-browser-dynamic/testing')
-    ])
-
-        .then(function (providers) {
-            var coreTesting = providers[0];
-            var browserTesting = providers[1];
-
-            coreTesting.TestBed.initTestEnvironment(
-                browserTesting.BrowserDynamicTestingModule,
-                browserTesting.platformBrowserDynamicTesting());
-        })
-}
-
-// Import all spec files and start karma
-function initTesting() {
-    return Promise.all(
-        allSpecFiles.map(function (moduleName) {
-            return System.import(moduleName);
-        })
-    )
-        .then(__karma__.start, __karma__.error);
-}

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/karma.conf.js
----------------------------------------------------------------------
diff --git a/karma.conf.js b/karma.conf.js
deleted file mode 100644
index 19f0125..0000000
--- a/karma.conf.js
+++ /dev/null
@@ -1,132 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-module.exports = function (config) {
-
-    var appBase = 'platform/';       // app JS and map files
-
-    config.set({
-        basePath: '',
-        browserNoActivityTimeout: 9999999, //default 10000
-        browserDisconnectTimeout: 999999, // default 2000
-        browserDisconnectTolerance: 1, // default 0
-        captureTimeout: 999999,
-        frameworks: ['jasmine'],
-        customLaunchers: {
-            Chrome_travis_ci: {
-                base: 'ChromeHeadless',
-                flags: ['--no-sandbox']
-            }
-        },
-        plugins: [
-            require('karma-jasmine'),
-            require('karma-chrome-launcher'),
-            require('karma-jasmine-html-reporter'),
-            require('karma-spec-reporter'),
-            require('karma-coverage')
-        ],
-
-        client: {
-            builtPaths: [appBase], // add more spec base paths as needed
-            clearContext: false // leave Jasmine Spec Runner output visible in 
browser
-        },
-
-        files: [
-            // System.js for module loading
-            'node_modules/systemjs/dist/system.src.js',
-
-            // Polyfills
-            'node_modules/core-js/client/shim.js',
-
-            // zone.js
-            'node_modules/zone.js/dist/zone.js',
-            'node_modules/zone.js/dist/long-stack-trace-zone.js',
-            'node_modules/zone.js/dist/proxy.js',
-            'node_modules/zone.js/dist/sync-test.js',
-            'node_modules/zone.js/dist/jasmine-patch.js',
-            'node_modules/zone.js/dist/async-test.js',
-            'node_modules/zone.js/dist/fake-async-test.js',
-
-            // RxJs
-            {pattern: 'node_modules/rxjs/**/*.js', included: false, watched: 
false},
-            {pattern: 'node_modules/rxjs/**/*.js.map', included: false, 
watched: false},
-
-            // Paths loaded via module imports:
-            {pattern: 'node_modules/systemjs/**/*.js.map', included: false, 
watched: false},
-            {pattern: 'node_modules/@angular/**/*.js', included: false, 
watched: false},
-            {pattern: 'node_modules/@angular/**/*.js.map', included: false, 
watched: false},
-            {pattern: 'node_modules/jquery/**/*.js', included: false, watched: 
false},
-            {pattern: 'node_modules/systemjs-plugin-text/text.js', included: 
false, watched: false},
-
-            {pattern: appBase + 'systemjs.spec.config.js', included: false, 
watched: false},
-            'karma-test-shim.js', // optionally extend SystemJS mapping e.g., 
with barrels
-
-            // Include the Fluid Design System templates in the test suite.
-            {
-                pattern: 'platform/core/**/*.html',
-                included: true,
-                watched: true,
-                served: true
-            },
-
-            // Paths for debugging with source maps in dev tools
-            {pattern: appBase + '**/*.css.map', included: false, watched: 
false},
-            {pattern: appBase + '**/*.js', included: false, watched: false}
-        ],
-
-        // Proxied base paths for loading assets
-        proxies: {
-            // required for modules fetched by SystemJS
-            '/base/fds/node_modules/': '/base/node_modules/'
-        },
-
-        exclude: [],
-        preprocessors: {
-            'platform/**/!(*spec|*mock|*stub|*config|*extras|).js': 'coverage'
-        },
-        reporters: ['kjhtml', 'spec', 'coverage'],
-        coverageReporter: {
-            type: 'html',
-            dir: 'coverage/'
-        },
-        specReporter: {
-            failFast: false
-        },
-        port: 9876,
-        colors: true,
-        logLevel: config.LOG_INFO,
-        autoWatch: true,
-        browsers: ['Chrome'],
-        singleRun: false
-    });
-
-    if (process.env.TRAVIS) {
-        config.set({
-            browsers: ['Chrome_travis_ci']
-        });
-
-        // Override base config
-        config.set({
-            singleRun: true,
-            autoWatch: false,
-            reporters: ['spec', 'coverage'],
-            specReporter: {
-                failFast: true
-            }
-        });
-    }
-}

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/cake
----------------------------------------------------------------------
diff --git a/node_modules/.bin/cake b/node_modules/.bin/cake
new file mode 120000
index 0000000..d95f32a
--- /dev/null
+++ b/node_modules/.bin/cake
@@ -0,0 +1 @@
+../coffee-script/bin/cake
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/coffee
----------------------------------------------------------------------
diff --git a/node_modules/.bin/coffee b/node_modules/.bin/coffee
new file mode 120000
index 0000000..b57f275
--- /dev/null
+++ b/node_modules/.bin/coffee
@@ -0,0 +1 @@
+../coffee-script/bin/coffee
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/detect-libc
----------------------------------------------------------------------
diff --git a/node_modules/.bin/detect-libc b/node_modules/.bin/detect-libc
new file mode 120000
index 0000000..b4c4b76
--- /dev/null
+++ b/node_modules/.bin/detect-libc
@@ -0,0 +1 @@
+../detect-libc/bin/detect-libc.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/ecstatic
----------------------------------------------------------------------
diff --git a/node_modules/.bin/ecstatic b/node_modules/.bin/ecstatic
new file mode 120000
index 0000000..5a8a58a
--- /dev/null
+++ b/node_modules/.bin/ecstatic
@@ -0,0 +1 @@
+../ecstatic/lib/ecstatic.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/esparse
----------------------------------------------------------------------
diff --git a/node_modules/.bin/esparse b/node_modules/.bin/esparse
new file mode 120000
index 0000000..7423b18
--- /dev/null
+++ b/node_modules/.bin/esparse
@@ -0,0 +1 @@
+../esprima/bin/esparse.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/esvalidate
----------------------------------------------------------------------
diff --git a/node_modules/.bin/esvalidate b/node_modules/.bin/esvalidate
new file mode 120000
index 0000000..16069ef
--- /dev/null
+++ b/node_modules/.bin/esvalidate
@@ -0,0 +1 @@
+../esprima/bin/esvalidate.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/grunt
----------------------------------------------------------------------
diff --git a/node_modules/.bin/grunt b/node_modules/.bin/grunt
new file mode 120000
index 0000000..1ac2c4d
--- /dev/null
+++ b/node_modules/.bin/grunt
@@ -0,0 +1 @@
+../grunt-cli/bin/grunt
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/he
----------------------------------------------------------------------
diff --git a/node_modules/.bin/he b/node_modules/.bin/he
new file mode 120000
index 0000000..2a8eb5e
--- /dev/null
+++ b/node_modules/.bin/he
@@ -0,0 +1 @@
+../he/bin/he
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/hs
----------------------------------------------------------------------
diff --git a/node_modules/.bin/hs b/node_modules/.bin/hs
new file mode 120000
index 0000000..cb3b666
--- /dev/null
+++ b/node_modules/.bin/hs
@@ -0,0 +1 @@
+../http-server/bin/http-server
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/http-server
----------------------------------------------------------------------
diff --git a/node_modules/.bin/http-server b/node_modules/.bin/http-server
new file mode 120000
index 0000000..cb3b666
--- /dev/null
+++ b/node_modules/.bin/http-server
@@ -0,0 +1 @@
+../http-server/bin/http-server
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/in-install
----------------------------------------------------------------------
diff --git a/node_modules/.bin/in-install b/node_modules/.bin/in-install
new file mode 120000
index 0000000..08c9689
--- /dev/null
+++ b/node_modules/.bin/in-install
@@ -0,0 +1 @@
+../in-publish/in-install.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/in-publish
----------------------------------------------------------------------
diff --git a/node_modules/.bin/in-publish b/node_modules/.bin/in-publish
new file mode 120000
index 0000000..ae9e779
--- /dev/null
+++ b/node_modules/.bin/in-publish
@@ -0,0 +1 @@
+../in-publish/in-publish.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/js-yaml
----------------------------------------------------------------------
diff --git a/node_modules/.bin/js-yaml b/node_modules/.bin/js-yaml
new file mode 120000
index 0000000..9dbd010
--- /dev/null
+++ b/node_modules/.bin/js-yaml
@@ -0,0 +1 @@
+../js-yaml/bin/js-yaml.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/mime
----------------------------------------------------------------------
diff --git a/node_modules/.bin/mime b/node_modules/.bin/mime
new file mode 120000
index 0000000..fbb7ee0
--- /dev/null
+++ b/node_modules/.bin/mime
@@ -0,0 +1 @@
+../mime/cli.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/mkdirp
----------------------------------------------------------------------
diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp
new file mode 120000
index 0000000..017896c
--- /dev/null
+++ b/node_modules/.bin/mkdirp
@@ -0,0 +1 @@
+../mkdirp/bin/cmd.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/node-gyp
----------------------------------------------------------------------
diff --git a/node_modules/.bin/node-gyp b/node_modules/.bin/node-gyp
new file mode 120000
index 0000000..9b31a4f
--- /dev/null
+++ b/node_modules/.bin/node-gyp
@@ -0,0 +1 @@
+../node-gyp/bin/node-gyp.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/node-sass
----------------------------------------------------------------------
diff --git a/node_modules/.bin/node-sass b/node_modules/.bin/node-sass
new file mode 120000
index 0000000..a4b0134
--- /dev/null
+++ b/node_modules/.bin/node-sass
@@ -0,0 +1 @@
+../node-sass/bin/node-sass
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/nopt
----------------------------------------------------------------------
diff --git a/node_modules/.bin/nopt b/node_modules/.bin/nopt
new file mode 120000
index 0000000..6b6566e
--- /dev/null
+++ b/node_modules/.bin/nopt
@@ -0,0 +1 @@
+../nopt/bin/nopt.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/not-in-install
----------------------------------------------------------------------
diff --git a/node_modules/.bin/not-in-install b/node_modules/.bin/not-in-install
new file mode 120000
index 0000000..dbfcf38
--- /dev/null
+++ b/node_modules/.bin/not-in-install
@@ -0,0 +1 @@
+../in-publish/not-in-install.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/not-in-publish
----------------------------------------------------------------------
diff --git a/node_modules/.bin/not-in-publish b/node_modules/.bin/not-in-publish
new file mode 120000
index 0000000..5cc2922
--- /dev/null
+++ b/node_modules/.bin/not-in-publish
@@ -0,0 +1 @@
+../in-publish/not-in-publish.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/opener
----------------------------------------------------------------------
diff --git a/node_modules/.bin/opener b/node_modules/.bin/opener
new file mode 120000
index 0000000..120b591
--- /dev/null
+++ b/node_modules/.bin/opener
@@ -0,0 +1 @@
+../opener/opener.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/prebuild-install
----------------------------------------------------------------------
diff --git a/node_modules/.bin/prebuild-install 
b/node_modules/.bin/prebuild-install
new file mode 120000
index 0000000..12a458d
--- /dev/null
+++ b/node_modules/.bin/prebuild-install
@@ -0,0 +1 @@
+../prebuild-install/bin.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/rc
----------------------------------------------------------------------
diff --git a/node_modules/.bin/rc b/node_modules/.bin/rc
new file mode 120000
index 0000000..48b3cda
--- /dev/null
+++ b/node_modules/.bin/rc
@@ -0,0 +1 @@
+../rc/cli.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/rimraf
----------------------------------------------------------------------
diff --git a/node_modules/.bin/rimraf b/node_modules/.bin/rimraf
new file mode 120000
index 0000000..4cd49a4
--- /dev/null
+++ b/node_modules/.bin/rimraf
@@ -0,0 +1 @@
+../rimraf/bin.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/sassgraph
----------------------------------------------------------------------
diff --git a/node_modules/.bin/sassgraph b/node_modules/.bin/sassgraph
new file mode 120000
index 0000000..901ada9
--- /dev/null
+++ b/node_modules/.bin/sassgraph
@@ -0,0 +1 @@
+../sass-graph/bin/sassgraph
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/semver
----------------------------------------------------------------------
diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver
new file mode 120000
index 0000000..317eb29
--- /dev/null
+++ b/node_modules/.bin/semver
@@ -0,0 +1 @@
+../semver/bin/semver
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/sshpk-conv
----------------------------------------------------------------------
diff --git a/node_modules/.bin/sshpk-conv b/node_modules/.bin/sshpk-conv
new file mode 120000
index 0000000..a2a295c
--- /dev/null
+++ b/node_modules/.bin/sshpk-conv
@@ -0,0 +1 @@
+../sshpk/bin/sshpk-conv
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/sshpk-sign
----------------------------------------------------------------------
diff --git a/node_modules/.bin/sshpk-sign b/node_modules/.bin/sshpk-sign
new file mode 120000
index 0000000..766b9b3
--- /dev/null
+++ b/node_modules/.bin/sshpk-sign
@@ -0,0 +1 @@
+../sshpk/bin/sshpk-sign
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/sshpk-verify
----------------------------------------------------------------------
diff --git a/node_modules/.bin/sshpk-verify b/node_modules/.bin/sshpk-verify
new file mode 120000
index 0000000..bfd7e3a
--- /dev/null
+++ b/node_modules/.bin/sshpk-verify
@@ -0,0 +1 @@
+../sshpk/bin/sshpk-verify
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/strip-indent
----------------------------------------------------------------------
diff --git a/node_modules/.bin/strip-indent b/node_modules/.bin/strip-indent
new file mode 120000
index 0000000..dddee7e
--- /dev/null
+++ b/node_modules/.bin/strip-indent
@@ -0,0 +1 @@
+../strip-indent/cli.js
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/uuid
----------------------------------------------------------------------
diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid
new file mode 120000
index 0000000..b3e45bc
--- /dev/null
+++ b/node_modules/.bin/uuid
@@ -0,0 +1 @@
+../uuid/bin/uuid
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/90759b86/node_modules/.bin/which
----------------------------------------------------------------------
diff --git a/node_modules/.bin/which b/node_modules/.bin/which
new file mode 120000
index 0000000..f62471c
--- /dev/null
+++ b/node_modules/.bin/which
@@ -0,0 +1 @@
+../which/bin/which
\ No newline at end of file

Reply via email to