Make add-in from application? Get app path?
Is there a way to create an add-in from an application I have built? The application is fairly complex and all I would like to do is bundle it into an add-in. Additionally, this problem might be solved if someone can help me solve the following problem: I built an application and have it in a folder (myApp/) and have scripts that I would like to include() from the source directory (myApp/src/). Ho...