From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- devtools/shared/sourcemap/UPGRADING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 devtools/shared/sourcemap/UPGRADING.md (limited to 'devtools/shared/sourcemap/UPGRADING.md') diff --git a/devtools/shared/sourcemap/UPGRADING.md b/devtools/shared/sourcemap/UPGRADING.md new file mode 100644 index 000000000..5a257f7e4 --- /dev/null +++ b/devtools/shared/sourcemap/UPGRADING.md @@ -0,0 +1,13 @@ +Rather than make changes to the built files here, make them upstream and then +upgrade our tree's copy of the built files. + +To upgrade the source-map library: + + $ git clone https://github.com/mozilla/source-map.git + $ cd source-map + $ git checkout + $ npm install + $ npm run-script build -or- nodejs Makefile.dryice.js (if you have issues with npm) + $ cp dist/source-map.js /path/to/mozilla-central/devtools/shared/sourcemap/source-map.js + $ cp dist/test/* /path/to/mozilla-central/devtools/shared/sourcemap/tests/unit/ + -- cgit v1.2.3