With UI debug mode enabled, in the workspace repository, I've got two "jsfilelist" js.
<script src="/cms/_repository/plugins/core/jsfilelist/1257014838-true.js" type="text/javascript"></script> ... <script src="/cms/_repository/plugins/core/jsfilelist/-1367253747-false.js" type="text/javascript"></script>
The first one contains "document.write('<script...')" instructions, but the second one contains minified javascript code, from several JS files, which makes the script impossible to debug with browser tools.
Is this the intended behavior?