Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add typescript generated js and js.map file as dependent in project #62

Open
lijunle opened this issue Apr 30, 2014 · 0 comments
Open

Comments

@lijunle
Copy link

lijunle commented Apr 30, 2014

TypeScript will generate the .js and .js.map file under the same folder with .ts file. But because they are not included in .csproj file, other resource (ex, HTML file) does not recognize them.

Could you automatically generate the responding .js and .js.map file when adding a ts file, and include them to .csproj file? Just like adding a .less file do - the generated .css and .min.css are included into the project automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant