Samiw Posted August 3, 2018 Share Posted August 3, 2018 As the title say, where i can find unminified classic theme.js as in PrestaShop 1.7.0 was but for latest versions? Link to comment Share on other sites More sharing options...
Rhobur Posted August 4, 2018 Share Posted August 4, 2018 why not unminify it from the latest version? Link to comment Share on other sites More sharing options...
Samiw Posted September 4, 2018 Author Share Posted September 4, 2018 Because un-minifyed JS is still not humanly readable and stripped from all comments and stuff. Here is un-minifyed example: function (t) { function e(i) { if (n[i]) return n[i].exports; var r = n[i] = { i: i, l: !1, exports: {} }; return t[i].call(r.exports, r, r.exports, e), r.l = !0, r.exports } var n = {}; e.m = t, e.c = n, e.i = function (t) { return t }, e.d = function (t, n, i) { e.o(t, n) || Object.defineProperty(t, n, { configurable: !1, enumerable: !0, get: i }) Link to comment Share on other sites More sharing options...
Zakir Hussain Posted February 20, 2019 Share Posted February 20, 2019 Hello Guys I need unminified version of theme.js of standard classic theme and unminified version of core.js of theme folder 1) unminified themes/classic/assets/js/theme.js 2) unminified themes/core.js my prestashop version is 1.7.4.2 Link to comment Share on other sites More sharing options...
JBW Posted February 26, 2019 Share Posted February 26, 2019 Check out Prestas GIT, there you can file the original files e.g. https://github.com/PrestaShop/PrestaShop/tree/master/themes/classic/_dev Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now