I am working on a web application that contains several SPA applications (AngularJS), the front end code is TypeScript. I like the VisualStudio function, which combines JavaScript output into a single file, because I don't want too many JavaScript files. Is there a way to configure it so that it still merges the files, but creates several of them, one on the SPA, say, based on the folder?
I would like VS to do this, without any external tools.
thanks
source share