codyhouse / cd-table-of-contents-changelog

Report issues and get notified about changes affecting the 'Table of Contents' component.
https://codyhouse.co/ds/components/app/table-of-contents
0 stars 0 forks source link

Table of Contents component breaks the Slideshow component. #6

Open carlos1162 opened 8 months ago

carlos1162 commented 8 months ago

When using the TOC component alongside the Slideshow component, the minified version of the JS will throw an error that the Util.extend is not a function.

claudia-romano commented 8 months ago

Hi Carlos, I just made a test using gulp-uglify to minify the script of TOC + slideshow and did not receive the error. Are you using a different module to minify your JS?

Also, have you tried creating a minified version containing only the JS code for the TOC and slideshow? This would help determine if the error is being caused by any other JavaScript code imported into your project. Thanks.