Bug Fix: Minification revealed 'non-safe' bundle dependancy in the application view javascript
Upgraded Chart(.min).js to v2.6.0 to fix a known bug in v2.2.1
ONOS-6803
Change-Id: I02e130611dcff26cef08bbb6885e91b348e27f69
- Added gulp build task the:
- Bundles Vendor JS files
- Bundles ONOS JS Files
- Bundles ONOS CSS Files
- Added SourceMaps to JS bundles - Helps with debugging during development
- Added Bundles to index.js and removed old references
- Git Ignored any generated files
- Ensured the build step is able to build without a local copy of node installed
- Added BUCK genrules (provided by Viswa)
- Added BUCK Dependency to GUI
- Buck Rule to run when src changes
- Node/NPM downloaded using BUCK remote_file
Change-Id: Ia6ca3b952ff801850ade7469c23aac76c8520400