Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TSA NG
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Renzo Mauro Ontivero
TSA NG
Commits
5f697d61
Commit
5f697d61
authored
6 years ago
by
Otto Zaiser
Browse files
Options
Downloads
Patches
Plain Diff
Cambiando path relativo static y haciendo que compile el js sobre el mismo filename
parent
26f5d996
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/public/index.html
+4
-4
4 additions, 4 deletions
ui/public/index.html
ui/vue.config.js
+11
-2
11 additions, 2 deletions
ui/vue.config.js
with
15 additions
and
6 deletions
ui/public/index.html
+
4
−
4
View file @
5f697d61
...
...
@@ -7,9 +7,9 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
href=
"https://fonts.googleapis.com/css?family=Raleway:400,400i,700,700i"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"<%= BASE_URL %>
/
static/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"<%= BASE_URL %>
/
static/css/style.css"
>
<link
rel=
"stylesheet"
href=
"<%= BASE_URL %>
/
static/css/tsa.css"
>
<link
rel=
"stylesheet"
href=
"<%= BASE_URL %>static/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"<%= BASE_URL %>static/css/style.css"
>
<link
rel=
"stylesheet"
href=
"<%= BASE_URL %>static/css/tsa.css"
>
<title>
Sello de Tiempo - Blockchain Federal Argentina
</title>
</head>
...
...
@@ -21,7 +21,7 @@
<div
class=
"container"
>
<div
class=
"navbar-header"
>
<a
class=
"logo navbar-btn pull-left"
href=
"/"
rel=
"home"
>
<img
id=
"logo"
src=
"<%= BASE_URL %>
/
static/images/logo.svg"
alt=
"Blockchain Federal Argentina"
>
<img
id=
"logo"
src=
"<%= BASE_URL %>static/images/logo.svg"
alt=
"Blockchain Federal Argentina"
>
</a>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
ui/vue.config.js
+
11
−
2
View file @
5f697d61
module
.
exports
=
{
publicPath
:
'
./
'
};
\ No newline at end of file
publicPath
:
'
./
'
,
configureWebpack
:
{
output
:
{
filename
:
'
tsa2.js
'
},
optimization
:
{
splitChunks
:
false
},
},
filenameHashing
:
false
};
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