diff --git a/admin/client/dist/js/bundle.js b/admin/client/dist/js/bundle.js index ba1686b..3714686 100644 --- a/admin/client/dist/js/bundle.js +++ b/admin/client/dist/js/bundle.js @@ -1 +1 @@ -!function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r={};n.m=e,n.c=r,n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="/resources/silverware/social/admin/client/dist/",n(n.s=0)}([function(e,n,r){r(1)},function(e,n){}]); \ No newline at end of file +!function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r={};n.m=e,n.c=r,n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="/resources/vendor/silverware/social/admin/client/dist/",n(n.s=0)}([function(e,n,r){r(1)},function(e,n){}]); \ No newline at end of file diff --git a/client/dist/js/bundle.js b/client/dist/js/bundle.js index 0440af6..22b1ac3 100644 --- a/client/dist/js/bundle.js +++ b/client/dist/js/bundle.js @@ -1 +1 @@ -!function(n){function t(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return n[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var e={};t.m=n,t.c=e,t.d=function(n,e,r){t.o(n,e)||Object.defineProperty(n,e,{configurable:!1,enumerable:!0,get:r})},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="/resources/silverware/social/client/dist/",t(t.s=1)}([function(n,t){n.exports=jQuery},function(n,t,e){e(2),e(3),e(4)},function(n,t){},function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=e(0),o=e.n(r);o()(function(){o()(".sharingiconbarcomponent").each(function(){var n=o()(this).find(".sharingicon");n.on("click",function(n){return n.preventDefault(),!0}),n.each(function(){var n=o()(this);n.popover({html:!0,content:n.find(".sharingicon-popover-content")})})})})},function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=e(0),o=e.n(r);o()(function(){o()(".sharingitem").each(function(){var n=o()(this).find(".sharingicon");n.on("click",function(n){return n.preventDefault(),!0}),n.each(function(){var n=o()(this);n.popover({html:!0,content:n.find(".sharingicon-popover-content")})})})})}]); \ No newline at end of file +!function(n){function e(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return n[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var t={};e.m=n,e.c=t,e.d=function(n,t,r){e.o(n,t)||Object.defineProperty(n,t,{configurable:!1,enumerable:!0,get:r})},e.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return e.d(t,"a",t),t},e.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},e.p="/resources/vendor/silverware/social/client/dist/",e(e.s=1)}([function(n,e){n.exports=jQuery},function(n,e,t){t(2),t(3),t(4)},function(n,e){},function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=t(0),o=t.n(r);o()(function(){o()(".sharingiconbarcomponent").each(function(){var n=o()(this).find(".sharingicon");n.on("click",function(n){return n.preventDefault(),!0}),n.each(function(){var n=o()(this);n.popover({html:!0,content:n.find(".sharingicon-popover-content")})})})})},function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=t(0),o=t.n(r);o()(function(){o()(".sharingitem").each(function(){var n=o()(this).find(".sharingicon");n.on("click",function(n){return n.preventDefault(),!0}),n.each(function(){var n=o()(this);n.popover({html:!0,content:n.find(".sharingicon-popover-content")})})})})}]); \ No newline at end of file diff --git a/composer.json b/composer.json index 466ba59..ba17e1e 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "name": "Colin Tucker", "role": "Developer", "email": "colin@praxis.net.au", - "homepage": "http://www.praxis.net.au" + "homepage": "https://www.praxis.net.au" } ], "require": { diff --git a/webpack.config.js b/webpack.config.js index 6cd8954..7a05b26 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -15,7 +15,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin'); // Define Base: -const BASE = '/resources/silverware/social'; +const BASE = '/resources/vendor/silverware/social'; // Define Paths: