1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/devtools/sourcemap/UPGRADING.md Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +Rather than make changes to the built files here, make them upstream and then 1.5 +upgrade our tree's copy of the built files. 1.6 + 1.7 +To upgrade the source-map library: 1.8 + 1.9 + $ git clone https://github.com/mozilla/source-map.git 1.10 + $ git co source-map 1.11 + $ git co <latest-tagged-version> 1.12 + $ npm run-script build 1.13 + $ cp dist/SourceMap.jsm /path/to/mozilla-central/toolkit/devtools/sourcemap/SourceMap.jsm 1.14 + $ cp dist/test/* /path/to/mozilla-central/toolkit/devtools/sourcemap/tests/unit/ 1.15 +