mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Bundle v2019.1.0-alpha.3 web-ui
This commit is contained in:
parent
541101741b
commit
6a6cabc2d2
@ -36,5 +36,5 @@
|
||||
<!-- <body class="mat-app-background" oncontextmenu="return false;"> -->
|
||||
<body class="mat-app-background" oncontextmenu="return false;">
|
||||
<app-root></app-root>
|
||||
<script type="text/javascript" src="runtime.a5dd35324ddfd942bef1.js"></script><script type="text/javascript" src="polyfills.f4c5bd079c16579a94cf.js"></script><script type="text/javascript" src="main.509336093eba4b155c47.js"></script></body>
|
||||
<script type="text/javascript" src="runtime.a5dd35324ddfd942bef1.js"></script><script type="text/javascript" src="polyfills.f4c5bd079c16579a94cf.js"></script><script type="text/javascript" src="main.4afddaebdefb25000188.js"></script></body>
|
||||
</html>
|
||||
|
1
gns3server/static/web-ui/main.4afddaebdefb25000188.js
Normal file
1
gns3server/static/web-ui/main.4afddaebdefb25000188.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -91,7 +91,7 @@ echo "Current working dir $REPO_DIR"
|
||||
cd "$REPO_DIR"
|
||||
|
||||
yarn install
|
||||
yarn ng build --configuration=production --base-href /static/web-ui/
|
||||
yarn ng build --source-map=false --configuration=production --base-href /static/web-ui/
|
||||
|
||||
cp -R $REPO_DIR/dist/* "$GNS3SERVER_DIR/gns3server/static/web-ui/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user