I have one image editor and it has lot of JS files. asp.net empty project containing all JS files that required for that editor.
Now, I want to keep these all JS at some common place and refer to any project so, in case any changes then it could apply directly.
I was thinking to refer this asp.net empty project assembly to any other web application and refer JS file (though not sure how to refer JS from one asp.net application to other web application).
What is the best way to keep all JS at common place and refer to web application project and use like some component.
thanks