Codeinwp / carouFredSel-jQuery

A circular, responsive carousel plugin built using the jQuery.
http://caroufredsel.dev7studios.com
Other
318 stars 476 forks source link

Usage of eval breaks minification #57

Open sevcsik opened 6 years ago

sevcsik commented 6 years ago

An error Exception: opts_orig is not defined is thrown because of the usage of eval. As Google Closure Compiler renames the opts and opts_orig variables, but cannot optimise Javascript contained in strings, the expressions passed to eval break.