Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

runner-ts not compiling all files #14

Closed
vascofbribeiro opened this issue Aug 31, 2020 · 0 comments · Fixed by #15
Closed

runner-ts not compiling all files #14

vascofbribeiro opened this issue Aug 31, 2020 · 0 comments · Fixed by #15
Assignees

Comments

@vascofbribeiro
Copy link

Issue Report

After creating a folder with files in typescript we want to add runner-ts as a task runner in order to compile the files to javascript.

image

The problem is that each compilation only generates files with different name and content

Expected Behavior

After running the task that initiates runner-ts all files (depending on the input folder) should be compiled to the output

Actual Behavior

image
./build/index.ts

image
./start/index.ts

When the files are exactly the same, with the same content, runner-ts will only compile one of them to runner-web-scripts/lib:
image

After changing one file it will start appearing on the compilation:
image
./start/index.ts

image

Steps to Reproduce the Issue

  • Go to a project that uses runner-ts to compile
  • Copy one file for another location but inside the same project OR copy an entire folder to the same project
  • Run the task associated to run runner-ts
  • Notice that generated files are not correct
  • If you change the content of one of the copied files notice that they start to appear after the compilation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants