https://github.com/ackara/tsbuild
Compile and minify typescript files.
https://github.com/ackara/tsbuild
minify msbuild typescript visual-studio
Last synced: 5 months ago
JSON representation
Compile and minify typescript files.
- Host: GitHub
- URL: https://github.com/ackara/tsbuild
- Owner: Ackara
- License: agpl-3.0
- Created: 2019-11-24T12:37:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T21:02:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T20:50:01.677Z (about 1 year ago)
- Topics: minify, msbuild, typescript, visual-studio
- Language: C#
- Size: 257 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
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
----------------------------------------------------------------------