Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

With the TypeScript Visual Studio plugin, usually saving a .ts file causes 2 new files to be generated underneath of it: file.js and file.min.js.

Is there a way to configure this, so that you can turn off generation of the minified js?

share|improve this question
Are you using Web Essentials? TypeScript itself won't generate .min.js files – Ryan Cavanaugh Jan 31 at 17:46
That must be it, yes I do have web essentials installed. – danludwig Jan 31 at 18:03

1 Answer

up vote 0 down vote accepted

You can use web essential 2012 ; it propose this capability

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.