// Dynamically set the webpack public path at runtime below // This magic global is used by webpack to set the public path at runtime. // The public path is set dynamically to avoid the following issues: // 1. https://github.com/coryhouse/react-slingshot/issues/205 // 2. https://github.com/coryhouse/react-slingshot/issues/181 // 3. https://github.com/coryhouse/react-slingshot/pull/125 // Documentation: http://webpack.github.io/docs/configuration.html#output-publicpath __webpack_public_path__ = window.location.protocol + '//' + window.location.host + '/';