mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
485 B
485 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
$ git co source-map
$ git co <latest-tagged-version>
$ npm run-script build
$ cp dist/SourceMap.jsm /path/to/mozilla-central/toolkit/devtools/sourcemap/SourceMap.jsm
$ cp dist/test/* /path/to/mozilla-central/toolkit/devtools/sourcemap/tests/unit/