-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #836 from digitalgreenorg/backend_cleanup
Backend cleanup
- Loading branch information
Showing
108 changed files
with
6,021 additions
and
1,465 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Digital Green</title> | ||
<base href="/media/analytics/dist/loop/"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> | ||
<link rel="icon" type="image/x-icon" href="favicon.ico"> | ||
|
||
<!-- Enable Google Analytics --> | ||
<!-- Global Site Tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106595309-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments)}; | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-106595309-1'); | ||
|
||
|
||
</script> | ||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script> | ||
|
||
<script>window.__theme = 'bs4';</script> | ||
<!-- End Google Analytics --> | ||
|
||
<link href="styles.6aa7be28511f305749a6.bundle.css" rel="stylesheet"/></head> | ||
|
||
<body> | ||
<app-root>Loading...</app-root> | ||
<script type="text/javascript" src="inline.b3f7be8c78869f92f574.bundle.js"></script><script type="text/javascript" src="polyfills.3a1b186bdbb2ff13c99f.bundle.js"></script><script type="text/javascript" src="vendor.fd763d2857dc7ca01ca2.bundle.js"></script><script type="text/javascript" src="main.ab6fe1f8bec2779b1192.bundle.js"></script></body> | ||
|
||
</html> |
4 changes: 2 additions & 2 deletions
4
...ing/inline.3d79c484298d54e9aac0.bundle.js → ...oop/inline.b3f7be8c78869f92f574.bundle.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...inline.3d79c484298d54e9aac0.bundle.js.map → ...inline.b3f7be8c78869f92f574.bundle.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
dg/media/analytics/dist/loop/main.ab6fe1f8bec2779b1192.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
dg/media/analytics/dist/loop/main.ab6fe1f8bec2779b1192.bundle.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
72 changes: 72 additions & 0 deletions
72
dg/media/analytics/dist/loop/polyfills.3a1b186bdbb2ff13c99f.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
dg/media/analytics/dist/loop/polyfills.3a1b186bdbb2ff13c99f.bundle.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...ng/styles.720e6b322107fec657a5.bundle.css → ...op/styles.6aa7be28511f305749a6.bundle.css
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
dg/media/analytics/dist/loop/styles.6aa7be28511f305749a6.bundle.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.