Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom panel css/js without timestamp #1729

Closed
mullema opened this issue Apr 30, 2019 · 1 comment
Closed

Custom panel css/js without timestamp #1729

mullema opened this issue Apr 30, 2019 · 1 comment
Labels
type: enhancement ✨ Suggests an enhancement; improves Kirby
Milestone

Comments

@mullema
Copy link
Contributor

mullema commented Apr 30, 2019

Describe the bug
It is not possible to cachebust custom panel css/js.

To Reproduce

'panel' => [
    'css' => 'assets/css/custom-panel.css'
  ]

Go to yourdomain.com/panel and find in the source code:

<link rel="stylesheet" href="https://yourdomain.com/assets/css/custom-panel.css">

All other css/js files are copied to a media/fingerprint folder.

Expected behavior
Copy custom panel assets to the media/fingerprint folder.

Kirby Version
3.1.3

@distantnative distantnative added type: enhancement ✨ Suggests an enhancement; improves Kirby priority: minor 🔜 labels May 3, 2019
@distantnative distantnative added this to the 3.2.1 milestone May 3, 2019
@bastianallgeier bastianallgeier modified the milestones: 3.2.1, 3.2.2 Jul 2, 2019
@bastianallgeier bastianallgeier modified the milestones: 3.2.2, 3.2.3 Jul 10, 2019
@bastianallgeier bastianallgeier modified the milestones: 3.2.3, 3.2.4 Jul 30, 2019
@distantnative distantnative modified the milestones: 3.2.4, 3.3.0 Aug 1, 2019
@bastianallgeier bastianallgeier modified the milestones: 3.3.0, 3.2.5 Sep 13, 2019
@bastianallgeier
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement ✨ Suggests an enhancement; improves Kirby
Projects
None yet
Development

No branches or pull requests

3 participants