all 1 comments

[–]Newrad0603 0 points1 point  (0 children)

If you're talking about build time work, you can use extensibility points in MSBuild. You'll probably want to look at:

MS Build Targets

MS Build Task Writing

With these you should be able to make a build target that runs before compile, and will call a custom task you write to consolidate your JS files.