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

Version Path
hyperstack-config-1.0.alpha1.4 lib/hyperstack-hotloader-config.js.erb
hyperstack-config-1.0.alpha1.3 lib/hyperstack-hotloader-config.js.erb
hyperstack-config-1.0.alpha1.2 lib/hyperstack-hotloader-config.js.erb
hyperstack-config-1.0.alpha1.1 lib/hyperstack-hotloader-config.js.erb
hyperstack-config-1.0.0.pre.alpha1 lib/hyperstack-hotloader-config.js.erb
hyperstack-config-1.0.alpha1 lib/hyperstack-hotloader-config.js.erb
hyperstack-config-1.0.pre.alpha1 lib/hyperstack-hotloader-config.js.erb
hyperstack-config-0.1 lib/hyperstack-hotloader-config.js.erb