Skip to content

Commit

Permalink
updated jsdelivr CDN path to omit caching
Browse files Browse the repository at this point in the history
  • Loading branch information
thexmanxyz committed Sep 5, 2019
1 parent 193027c commit 9e7fd75
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/default/logo-image-hover.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{% set jsPrior = particle.js.priority|default(0) %}
{% set jsHandle = particle.js.handle|default('inline') %}

{% set cdnRepo = particle.cdn.base_url|default('https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js') %}
{% set cdnRepo = particle.cdn.base_url|default('https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js') %}
{% set jsPath = _self.getResourceFilePath(particle.js, cdnRepo, 'logo-image-hover', 'js') %}

{%- set textTag -%}
Expand Down
4 changes: 2 additions & 2 deletions src/default/logo-image-hover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ form:
type: input.text
label: CDN Base URL
description: The base URL for the CDN server.
placeholder: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js
default: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js
placeholder: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js
default: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js

js.placement:
type: select.select
Expand Down
4 changes: 2 additions & 2 deletions src/default/translation/de/logo-image-hover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ form:
type: input.text
label: CDN Basis URL
description: Die Basis URL für den CDN Server.
placeholder: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js
default: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js
placeholder: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js
default: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js

js.placement:
type: select.select
Expand Down
4 changes: 2 additions & 2 deletions src/legacy/logo-image-hover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ form:
type: input.text
label: CDN Base URL
description: The base URL for the CDN server.
placeholder: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js
default: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js
placeholder: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js
default: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js

js.placement:
type: select.select
Expand Down
4 changes: 2 additions & 2 deletions src/legacy/translation/de/logo-image-hover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ form:
type: input.text
label: CDN Basis URL
description: Die Basis URL für den CDN Server.
placeholder: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js
default: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry/src/js
placeholder: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js
default: https://cdn.jsdelivr.net/gh/thexmanxyz/Logo-Image-Hover-Gantry@latest/src/js

js.placement:
type: select.select
Expand Down

0 comments on commit 9e7fd75

Please sign in to comment.