box2d.ts icon indicating copy to clipboard operation
box2d.ts copied to clipboard

Suggestion: Don't commit js files that compiled from ts files

Open finscn opened this issue 7 years ago • 2 comments

the js files compiled from ts files are as same as dist/build files.

In most open source projects , they won't commit dist/build files to git. And they will tell users how to build/compile the project.

finscn avatar Jun 04 '18 12:06 finscn

Yes, I agree. I plan on addressing this with the multiple-output (systemjs, commonjs, ...) change.

flyover avatar Jun 04 '18 12:06 flyover

I think I'm going to leave them for the time being. It's an easy way to side-by-side the output. It's also easy to hide them in the source tree (in VS Code).

flyover avatar Nov 25 '19 21:11 flyover