mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-06 04:36:17 +02:00
[ONOS-6953] - fixed missing thirdparty packages
Change-Id: If127c5cd1e639aa53bf651d104abb092dc5efb28
This commit is contained in:
parent
50a02a0136
commit
0955feaa26
@ -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.
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user