require.config({ paths: { "app": "../app" } }); require(['splunkjs/mvc/simplexml/ready!'], function(){ require(['splunkjs/ready!'], function(){ // The splunkjs/ready loader script will automatically instantiate all elements // declared in the dashboard's HTML. }); });