cyber-dojo / web

repo for the cyberdojo/web Docker image; a cyber-dojo microservice

Home Page:https://cyber-dojo.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generated/changed empty text file is not round-tripping back to the browser

JonJagger opened this issue · comments

If cyber-dojo.sh does this
touch empty.file
Then this is not round-tripping back to the browser.
This is because @new_files is [] in kata_controller.rb
Similarly if instructions is an existing file and cyber-dojo.sh does this
rm instructions
touch instructions
Then again, instructions is not round-tripped back to the browser.

Duplicate of #52