-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add auto-minification #1686
Comments
I would still prefer if the |
@ExE-Boss This also won't work well for the download page. |
It would be also usefull with webjars. Now I can use all minified files excapt prism.js which is huge. <script src="/webjars/prismjs/1.27.0/prism.js"></script>
<script src="/webjars/prismjs/1.27.0/components/prism-java.min.js"></script>
<link href="/webjars/prismjs/1.27.0/themes/prism-tomorrow.min.css" rel="stylesheet">
<script src="/webjars/prismjs/1.27.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
<link href="/webjars/prismjs/1.27.0/plugins/line-numbers/prism-line-numbers.min.css" rel="stylesheet"> It would be great to add minified version of prism.js |
@kucharzyk Replace If we ever wanted to go source-only in the repo, that would also probably have to apply to the site as well. |
Thanks @mAAdhaTTah I just have to replace |
As discussed here.
The text was updated successfully, but these errors were encountered: