Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plausible-analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
varac-projects
plausible-analytics
Commits
8d36d27c
Commit
8d36d27c
authored
5 years ago
by
Uku Taht
Browse files
Options
Downloads
Patches
Plain Diff
Default script to prod
parent
47d6013c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tracker/compile.js
+2
-2
2 additions, 2 deletions
tracker/compile.js
with
2 additions
and
2 deletions
tracker/compile.js
+
2
−
2
View file @
8d36d27c
...
@@ -2,8 +2,8 @@ const uglify = require("uglify-js");
...
@@ -2,8 +2,8 @@ const uglify = require("uglify-js");
const
fs
=
require
(
'
fs
'
)
const
fs
=
require
(
'
fs
'
)
const
path
=
require
(
'
path
'
)
const
path
=
require
(
'
path
'
)
const
scheme
=
process
.
env
.
SCHEME
||
"
http
"
const
scheme
=
process
.
env
.
SCHEME
||
"
http
s
"
const
host
=
process
.
env
.
HOST
||
"
localhost
"
const
host
=
process
.
env
.
HOST
||
"
plausible.io
"
const
baseUrl
=
scheme
+
"
://
"
+
host
const
baseUrl
=
scheme
+
"
://
"
+
host
function
relPath
(
segment
)
{
function
relPath
(
segment
)
{
...
...
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