]> granicus.if.org Git - php/commit
Added support for CSS/JavaScript source maps
authorThorsten Rinne <thorsten@phpmyfaq.de>
Wed, 11 Nov 2015 07:34:36 +0000 (08:34 +0100)
committerReeze Xia <reeze@php.net>
Sun, 15 Nov 2015 12:25:39 +0000 (20:25 +0800)
commit04c3fbac3753cbb6206f5d669c576bdcea6c6eb7
tree08b73c0954f0d2eac4cc1dcd49299b18d6c7a4ab
parent1934d6d9abc2c983d70e0a9f1d958a610aee165a
Added support for CSS/JavaScript source maps

Source maps (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) are basically a way to map a combined/minified file back to an unbuilt state. To avoid error messages in Browser DevTools, source map files should be served with the MIME type "application/json"
sapi/cli/mime_type_map.h