Closed
Description
According to the source-map upgrading document in mozilla-central:
$ 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/
Unfortunately, when I checked out latest master, the last command is failing because dist/test/* isn't generated. I took a brief look through the commit messages but couldn't see any obvious reason.