typescript - Visual Studio stopped publishing js files compiled from ts after 1.8 update -


i have vs 2015 ts project. has been publishing fine, meaning typescript files included in project, not *.js files, js files have been getting published expected.

however, after updating 1.8 beta, *.js files no longer being published.

makes no sense, , not sure update issue, have no other explanation. no other changes made project. updated yesterday, , did several successful publishes before *.js stopped getting published.

other js files published, not ones compiled ts.

if include compiled js in project (and source control) publish correctly.

i want make sure didn't screw here.

if include compiled js in project (and source control) publish correctly.

you not one.

i want make sure didn't screw here.

you didn't. new defacto way now.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -