JohnCoene / waiter

🕰️ Loading screens for Shiny
https://waiter.john-coene.com/
Other
496 stars 25 forks source link

Feature: Option for minified css/js #76

Closed trafficonese closed 3 years ago

trafficonese commented 3 years ago

It would be nice to have an option to get only the minified assets, similar to how shinyjqui is handling it.

JohnCoene commented 3 years ago

All external dependencies are minified and the custom JavaScript is not that big so it should not make that much of a difference but I'll consider it.

trafficonese commented 3 years ago

I was mainly referring to the waiter CSS files, as those are the ones I am using often. If you want, I can have a look at it and open a PR.

JohnCoene commented 3 years ago

Ah indeed, I forgot the CSS. A PR is always welcome but it would probably some convoluted setup to include the minifier so that the original CSS can still be edited.