Hi
Dne Thu, 20 Jun 2013 11:32:02 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
2013/6/20 Michal Čihař michal@cihar.com:
Hi
Dne Thu, 20 Jun 2013 11:01:30 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
2013/6/19 Rouslan Placella rouslan@placella.com:
Thought I'd mention that third party libraries (jquery, jquery plugins, etc) can stay minified IMO. All we really care to debug is our code. Besides, the public API of any external library will remain unmangled.
I agree, it doesn't make sense to show a stack trace of where it goes wrong in those libraries. If there would be a bug there it can be found by a developer who investigates an error report.
Mohamed, can you take a look at the release script and modify it so that our JS files are no longer minified?
Maybe we can simply include minified jQuery and jQuery-UI in git and do no minification on release time? These are anyway the big libraries and we don't want to touch their code anyway...
Good idea!
Done in master and also removed the release time compression in master.