We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
kit.javascripts << '...'
to_file
to_image
Added JS or CSS file will be added several times to HTML head (because to_img call append_stylesheets and append_javascripts methods every time).
to_img
append_stylesheets
append_javascripts
So, it can cause JS errors i.e. here JS which appear then Highchart has been inserted several times:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
kit.javascripts << '...'
)to_file
orto_image
several times.Added JS or CSS file will be added several times to HTML head (because
to_img
callappend_stylesheets
andappend_javascripts
methods every time).So, it can cause JS errors i.e. here JS which appear then Highchart has been inserted several times:
The text was updated successfully, but these errors were encountered: