Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #24879, comment 5


Ignore:
Timestamp:
09/11/2013 11:41:50 AM (11 years ago)
Author:
hakre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24879, comment 5

    v1 v2  
    88If the sole need of an edit is to add some initialization code after the file has been enqueued, I think it's better to not touch the upstream files but just add the initialization code as data, for example see #25277.
    99
     10Also according to http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/?ModPagespeed=noscript it is explained that you can use any scripts you want with such maps, it is just that your compiler/minified needs to have support for it.
    1011
     12So this might be something easy to fix in the build process, see [25001]