mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
13
devtools/shared/sourcemap/UPGRADING.md
Normal file
13
devtools/shared/sourcemap/UPGRADING.md
Normal file
|
|
@ -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 <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/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue