Skip to content

Jake recompiles on change but does not emit changed output #9959

Closed
@ghost

Description

To reproduce:

  • jake clean
  • jake runtests t=navigationBarItemsFunctions lint=false: The test succeeds.
  • Go to navigationBar.ts and add this won't compile to the top of the file.
  • jake runtests t=navigationBarItemsFunctions lint=false: Compilation fails.
  • Go to navigationBar.ts, remove the previous change, and add if (1) throw new Error(); to the top of getNavigationBarItems.
  • jake runtests t=navigationBarItemsFunctions lint=false: The test succeeds.
  • jake clean
  • jake runtests t=navigationBarItemsFunctions lint=false: The test fails.

The problem appears to be fixed in the gulp version already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions