Project

General

Profile

Actions

Feature #52843

closed

ResourceCompressor, JS: Create source-maps for merged files

Added by Stefan Neufeind about 11 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2013-10-15
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In recent browsers (Chrome, Firefox) with source-maps it's possible to still use merged (and/or minified) files but keep them debugable.

Currently TYPO3 CMS does not ship a minification-tool. But using that on merged files would help debugging as well.

Sidenote: jQuery ships map-files for their minified sources since 1.9rc1.

http://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

Actions #1

Updated by Stefan Neufeind about 11 years ago

Also possible to use for CSS.

Actions #2

Updated by Mathias Schreiber almost 10 years ago

  • Target version set to 8 LTS
Actions #3

Updated by Riccardo De Contardi about 9 years ago

  • Category set to Frontend
Actions #4

Updated by Benni Mack over 8 years ago

  • Status changed from New to Rejected
  • Target version deleted (8 LTS)

Yes. it would be nice, but it's CMS after all, not a development platform for frontend libraries. Compresssing and concatenating is a nice feature but everything more sophisticated is just out of scope for TYPO3, and other tools just do a way better job in doing so (grunt etc) when building your own platform.

If somebody needs to debug JS/CSS, the integrator can just turn off JS concatenation and debug right away.

Actions

Also available in: Atom PDF