You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2018. It is now read-only.
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?
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:
It seems that something that asset_packager does, breaks CDS's javascript. What could that be?