Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
24966e3e
Commit
24966e3e
authored
Oct 15, 2019
by
Julian Rother
Browse files
Invalidate cache for changed video.js assets
parent
d042c961
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
24966e3e
...
...
@@ -17,9 +17,9 @@
<link
href=
"{{url_for('static', filename='bootstrap/bootstrap.css')}}"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{url_for('static', filename='style.css')}}"
>
<link
rel=
"stylesheet"
href=
"{{url_for('static', filename='font-awesome/css/all.css')}}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{url_for('static', filename='videojs/video-js.css')}}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{url_for('static', filename='videojs/videojs.markers.css')}}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{url_for('static', filename='videojs/videojs-resolution-switcher.css')}}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{url_for('static', filename='videojs/video-js.css'
, v='d042c96'
)}}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{url_for('static', filename='videojs/videojs.markers.css'
, v='d042c96'
)}}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{url_for('static', filename='videojs/videojs-resolution-switcher.css'
, v='d042c96'
)}}"
>
{% if ismod() %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{url_for('static', filename='bootstrap-multiselect.css')}}"
>
{% endif %}
...
...
@@ -32,11 +32,11 @@
<script
src=
"{{url_for('static', filename='bootstrap-multiselect.js')}}"
></script>
<script
src=
"{{url_for('static', filename='plotly.min.js')}}"
></script>
{% endif %}
<script
src=
"{{url_for('static', filename='videojs/video.js')}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/lang/de.js')}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/videojs-resolution-switcher.js')}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/videojs.hotkeys.js')}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/videojs-markers.js')}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/video.js'
, v='d042c96'
)}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/lang/de.js'
, v='d042c96'
)}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/videojs-resolution-switcher.js'
, v='d042c96'
)}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/videojs.hotkeys.js'
, v='d042c96'
)}}"
></script>
<script
src=
"{{url_for('static', filename='videojs/videojs-markers.js'
, v='d042c96'
)}}"
></script>
{% endblock %}
</head>
<body>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment