Sha256: a09b031a420816207e25356b42e2fc160c2630db60d00175f2e18866d8033025
Contents?: true
Size: 413 Bytes
Versions: 8
Compression:
Stored size: 413 Bytes
Contents
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 %>
Version data entries
8 entries across 8 versions & 1 rubygems