SOLVED

Re: Does munchkin.js need to be hosted by marketo, or can I bundle it in our build process and serve it up from our server?

Go to solution
Anonymous
Not applicable

Does munchkin.js need to be hosted by marketo, or can I bundle it in our build process and serve it up from our server?

Instead of extra DNS resolutions and SSL negotiation, I'd prefer to bundle the marketo javascript code into our build process.

Is there any harm in doing so? Or does it need to be hosted by marketo for updates and releases.

I could make sure that a new version is pulled down each build, but how much risk is involved that marketo could change?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Does munchkin.js need to be hosted by marketo, or can I bundle it in our build process and serve it up from our server?

This thread is relevant:
https://community.marketo.com/MarketoDiscussionDetail?id=90650000000Pm1DAAS

To summarize Erik's response from that thread, it is possible, but you would need a version controll process in place to check for updates to Munchkin.  

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: Does munchkin.js need to be hosted by marketo, or can I bundle it in our build process and serve it up from our server?

This thread is relevant:
https://community.marketo.com/MarketoDiscussionDetail?id=90650000000Pm1DAAS

To summarize Erik's response from that thread, it is possible, but you would need a version controll process in place to check for updates to Munchkin.  
Anonymous
Not applicable

Re: Does munchkin.js need to be hosted by marketo, or can I bundle it in our build process and serve it up from our server?

That's good news, I have a process in place to grab munkin code on every build, and our builds are deployed quite often.