Prestashop: core.js obfuscated

Created on 25 Apr 2019  路  3Comments  路  Source: PrestaShop/PrestaShop

Hello,

Why is the core.js file is obfuscated? Is it not supposed to be the developer version here? If so, where can I find an unobfuscated version of this file?

No change required

Most helpful comment

Hi, I guess you are referring to https://github.com/PrestaShop/PrestaShop/blob/develop/themes/core.js ?

This is a bundled JS file, created by webpack. The developer version is splitted into several files, each relevant to one topic. You can find them in https://github.com/PrestaShop/PrestaShop/tree/develop/themes/_core/js

All 3 comments

Hi, I guess you are referring to https://github.com/PrestaShop/PrestaShop/blob/develop/themes/core.js ?

This is a bundled JS file, created by webpack. The developer version is splitted into several files, each relevant to one topic. You can find them in https://github.com/PrestaShop/PrestaShop/tree/develop/themes/_core/js

Oh ok! thank you very much, I was not aware of that

Hi @vincent-dp,

Thanks for your feedback.
I close the issue, feel free to open a new one when needed.
Thanks!

Was this page helpful?
0 / 5 - 0 ratings