console.log('hotloader config doing its thing') if ((typeof(window) !== 'undefined') && (window.Hyperstack==undefined || window.Hyperstack.hotloader==undefined)) { window.Hyperstack = { hotloader: function(port, ping) { }} } //if (typeof(Hyperstack) === 'undefined') { Hyperstack = {} } Hyperstack.hotloader.port = <%= Hyperstack.hotloader_port %> Hyperstack.hotloader.ping = <%= !!Hyperstack.hotloader_ping %>