Reputation: 193
I want to move all the js code from the CRM UI to my own .js files so I can handle the code inside my source control.
I thought about hooking the entry point and instead of writing the js code, just to reference to my external file (containing the code).
Can you recommend what is the best way to achieve that?
Upvotes: 0
Views: 224
Reputation: 18895
If you aren't using TFS, or don't want to use Visual Studio to manage all of your javascript files, the javascript web resource manager is a good tool as well. It is now only being developed within the confines of the XRMToolBox, another excellent tool.
Upvotes: 0
Reputation: 15128
You can use this tool:
CRM 2011 Web Resource Linker/Publisher
it's a Visual Studio 2012 add-in to manage CRM 2011 Web Resources including JavaScript files.
Upvotes: 1