Changes between Version 1 and Version 2 of Ticket #24879, comment 5
- Timestamp:
- 09/11/2013 11:41:50 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24879, comment 5
v1 v2 8 8 If 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. 9 9 10 Also 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. 10 11 12 So this might be something easy to fix in the build process, see [25001]