Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ecolyo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Ecolyo
Commits
080bfde6
Commit
080bfde6
authored
3 years ago
by
Bastien DUMONT
Browse files
Options
Downloads
Patches
Plain Diff
publish: add config for local dev without matomo
generated from commit
e73b213a
parent
660372b7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/ecolyo.8c893f2f258c4664fad5.js
+3
-1
3 additions, 1 deletion
app/ecolyo.8c893f2f258c4664fad5.js
index.html
+1
-1
1 addition, 1 deletion
index.html
with
4 additions
and
2 deletions
app/ecolyo.
babd290b7e480c1360d9
.js
→
app/ecolyo.
8c893f2f258c4664fad5
.js
+
3
−
1
View file @
080bfde6
...
...
@@ -35580,6 +35580,8 @@ var MatomoTracker = /*#__PURE__*/function () {
}, {
key: "track",
value: function track(loc) {
console.log(loc);
if (typeof window === 'undefined') {
return;
}
...
...
@@ -35738,7 +35740,7 @@ var App = function App(_ref) {
var isDev = new _environment.default().isDev();
console.log(isDev);
(0, _react.useEffect)(function () {
if (tracker
&& !isDev
) {
if (tracker) {
if (termsStatus.accepted) {
tracker.connectToHistory();
}
This diff is collapsed.
Click to expand it.
index.html
+
1
−
1
View file @
080bfde6
<!DOCTYPE html>
<html
lang=
"{{.Locale}}"
><head><meta
charset=
"utf-8"
><title>
Ecolyo
</title><link
rel=
"icon"
type=
"image/png"
href=
"/favicon-32x32.png"
sizes=
"32x32"
><link
rel=
"icon"
type=
"image/png"
href=
"/favicon-16x16.png"
sizes=
"16x16"
>
<!-- PWA Manifest -->
<link
rel=
"manifest"
href=
"/manifest.json"
crossorigin=
"use-credentials"
><link
rel=
"mask-icon"
href=
"/safari-pinned-tab.svg"
color=
"#297EF2"
><meta
name=
"viewport"
content=
"width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"
>
<!-- PWA Chrome -->
<link
rel=
"icon"
sizes=
"192x192"
href=
"/android-chrome-192x192.png"
><link
rel=
"icon"
sizes=
"512x512"
href=
"/android-chrome-512x512.png"
>
<!-- PWA iOS -->
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"/apple-touch-icon.png"
><link
rel=
"apple-touch-startup-image"
href=
"/apple-touch-icon.png"
><meta
name=
"apple-mobile-web-app-title"
content=
"Ecolyo"
><meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
><meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<!-- PWA Colors -->
<meta
name=
"theme-color"
content=
"#343641"
><meta
name=
"background-color"
content=
"#121212"
>
{{.ThemeCSS}} {{.CozyBar}}
<script
src=
"//{{.Domain}}/assets/js/piwik.js"
></script></head><body><div
role=
"application"
class=
"application"
data-cozy=
"{{.CozyData}}"
><script
src=
"vendors/ecolyo.b9c0a2c92e4192fd1e1d.js"
></script><script
src=
"app/ecolyo.babd290b7e480c1360d9.js"
></script></div></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html
lang=
"{{.Locale}}"
><head><meta
charset=
"utf-8"
><title>
Ecolyo
</title><link
rel=
"icon"
type=
"image/png"
href=
"/favicon-32x32.png"
sizes=
"32x32"
><link
rel=
"icon"
type=
"image/png"
href=
"/favicon-16x16.png"
sizes=
"16x16"
>
<!-- PWA Manifest -->
<link
rel=
"manifest"
href=
"/manifest.json"
crossorigin=
"use-credentials"
><link
rel=
"mask-icon"
href=
"/safari-pinned-tab.svg"
color=
"#297EF2"
><meta
name=
"viewport"
content=
"width=device-width,height=device-height,initial-scale=1,user-scalable=0,viewport-fit=cover"
>
<!-- PWA Chrome -->
<link
rel=
"icon"
sizes=
"192x192"
href=
"/android-chrome-192x192.png"
><link
rel=
"icon"
sizes=
"512x512"
href=
"/android-chrome-512x512.png"
>
<!-- PWA iOS -->
<link
rel=
"apple-touch-icon"
sizes=
"180x180"
href=
"/apple-touch-icon.png"
><link
rel=
"apple-touch-startup-image"
href=
"/apple-touch-icon.png"
><meta
name=
"apple-mobile-web-app-title"
content=
"Ecolyo"
><meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
><meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<!-- PWA Colors -->
<meta
name=
"theme-color"
content=
"#343641"
><meta
name=
"background-color"
content=
"#121212"
>
{{.ThemeCSS}} {{.CozyBar}}
<script
src=
"//{{.Domain}}/assets/js/piwik.js"
></script></head><body><div
role=
"application"
class=
"application"
data-cozy=
"{{.CozyData}}"
><script
src=
"vendors/ecolyo.b9c0a2c92e4192fd1e1d.js"
></script><script
src=
"app/ecolyo.8c893f2f258c4664fad5.js"
></script></div></body></html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment