Skip to content

dist/test is not being generated #348

Closed
@Standard8

Description

@Standard8

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions