[ONOS-6953] - fixed missing thirdparty packages

Change-Id: If127c5cd1e639aa53bf651d104abb092dc5efb28
This commit is contained in:
Steven Burrows 2017-08-22 18:41:33 +01:00 committed by Simon Hunt
parent 50a02a0136
commit 0955feaa26
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# ONOS UI
## Updated Development Tools (WIP)
- `cd $ONOS_ROOT/tools/gui`
- `gulp`
- `npm run dev`
## Development environment
To help with UI development we provide a dedicated environment that introduce an auto reload feature and allow you to change your javascript files without recompiling the application.

View File

@ -24,8 +24,8 @@
<meta charset="UTF-8">
<title>ONOS Core Glyphs</title>
<script type="text/javascript" src="../tp/angular.js"></script>
<script type="text/javascript" src="../tp/d3.js"></script>
<script type="text/javascript" src="../vendor/angular/angular.js"></script>
<script type="text/javascript" src="../vendor/d3/d3.js"></script>
<script type="text/javascript" src="../app/fw/util/util.js"></script>
<script type="text/javascript" src="../app/fw/util/fn.js"></script>