Skip to content

Ackara/TSBuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSBuild

You want to use Typescript to compile to Javascript, as well as minifying said Javascript. However when you minify the compiled Javascript the source-map files used for debugging, do not get mapped to the original typescript source files. TSBuild is the solution.

TSBuild is a tool that compile and minify your typescript files at the same time, while retaining the proper source-map mappings to the typescript files.

Getting Started

USAGE

Build & Test

Contribute