Bundle v2019.1.0-alpha.3 web-ui

pull/1562/head
ziajka 5 years ago
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>

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…
Cancel
Save