gecko-dev/devtools/shared/sourcemap/UPGRADING.md
J. Ryan Stinnett 4f1af0e003 Bug 912121 - Update misc. DevTools paths and comments. rs=devtools
--HG--
extra : commitid : BSf4D59s9HF
extra : rebase_source : 4d14e1aa3ad93bbb426861336e8b703bc1e0b3af
2015-09-21 12:07:31 -05:00

566 B

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 <latest-tagged-version>
$ 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/