tfs - TypeScript - Which files should I check in? -
if add together typescript file in visual studio 2013, instance index.ts, index.js , index.js.map file. js-file compiled version of ts-file question if js-file should version controlled aswell or? in other words, should check in tfs? because in sense js-file becomes binary when working typescript.
it best treat javascript binary - don't check in js
or map
files @ all.
this avoid noise in source command repository , means build process doesn't need overwrite source-controlled js
files, problem in situations.
tfs visual-studio-2013 typescript
No comments:
Post a Comment