Stéphane Épardaud
Stéphane Épardaud
> I know nothing about the `` annotations OK in that case @quintesse also needs to document this. > if people are going to use the tool Looks like a...
I'll take that.
Or zip them together ;)
It does, through zips. You can upload an entire repo zipped.
Yeah, except that when they're not zipped they lose all folder/tree information. So it's harder to recreate that shit on the server.
If you upload multiple files including API docs for example I will get X number of files named `index.html` and no idea where to put them.
You generally do `ceylon copy --out... my.module/1` and that's it. If you have to upload something, do `cd modules; zip -r ../repo.zip .` and upload `repo.zip` (the contents of the...
> there’s no way to get rid of them other than deleting them one by one. In the repo view you can delete entire folders, BTW.