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

Wrong CSS reference in minified JS (v1.6.1) #417

Open
shivchawla opened this issue Mar 30, 2020 · 0 comments
Open

Wrong CSS reference in minified JS (v1.6.1) #417

shivchawla opened this issue Mar 30, 2020 · 0 comments

Comments

@shivchawla
Copy link

I use it like following

<link rel="stylesheet" id="galleria-classic-css" href="/js/galleria.classic.min.css?ver=5.3.2" type="text/css" media="all">
<script type="text/javascript" src="/js/galleria.min.js?ver=5.3.2"></script>
<script type="text/javascript" src="js/galleria.classic.min.js?ver=5.3.2"></script>

However, this gets added at the top in head (and it throws an error as it can't be found)
<link rel="stylesheet" href="/js/galleria.classic.css" id="galleria-theme-classic">

Am I doing something wrong? I am using the v1.6.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant