Skip to content

Commit

Permalink
adding dist folder to avoid having to build in jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
DickChesterwood committed Apr 29, 2019
1 parent 3a0914d commit fb7bda5
Show file tree
Hide file tree
Showing 24 changed files with 116,017 additions and 0 deletions.
Empty file added Jenkinsfile
Empty file.
844 changes: 844 additions & 0 deletions dist/3rdpartylicenses.txt

Large diffs are not rendered by default.

Binary file added dist/assets/layers-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/layers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/marker-icon-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/marker-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions dist/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/fontawesome-webfont.ttf
Binary file not shown.
Binary file added dist/fontawesome-webfont.woff
Binary file not shown.
Binary file added dist/fontawesome-webfont.woff2
Binary file not shown.
14 changes: 14 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fleet Management</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<app-root></app-root>
<script type="text/javascript" src="runtime.js"></script><script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="styles.js"></script><script type="text/javascript" src="vendor.js"></script><script type="text/javascript" src="main.js"></script></body>
</html>
605 changes: 605 additions & 0 deletions dist/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/main.js.map

Large diffs are not rendered by default.

9,957 changes: 9,957 additions & 0 deletions dist/polyfills.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/polyfills.js.map

Large diffs are not rendered by default.

137 changes: 137 additions & 0 deletions dist/runtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/runtime.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

674 changes: 674 additions & 0 deletions dist/styles.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/styles.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit fb7bda5

Please sign in to comment.