We are using Asset Packager to compress our CSS and Javascript files. This is a great plus since it allows us to transmit only one compressed CSS and JS file, instead of (altogether) 27 files with each request.
However, when I include CDS's .js files in asset_packager's config/asset_packages.yml, I get the following error upon clicking on a calendar icon:
"'that' is not a function", in initCalendarDiv
It seems that something that asset_packager does, breaks CDS's javascript. What could that be?