Skip to content

Commit

Permalink
Update compiled js file for /FoodParent2.0 url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Kim committed Jun 28, 2016
1 parent 1a8fc2c commit 40120e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions dist/foodparent.js
Original file line number Diff line number Diff line change
Expand Up @@ -25826,8 +25826,8 @@
/***/ function(module, exports) {

module.exports = {
"uBaseName": "",
"uBaseNameForWebPack": "/",
"uBaseName": "/FoodParent2.0",
"uBaseNameForWebPack": "/FoodParent2.0/",
"uStaticImage": "/static/images/",
"uContentImage": "/content/images/",
"uRelativeImageUpload": "./../content/images/",
Expand Down Expand Up @@ -27994,7 +27994,7 @@
\**************************************************************/
/***/ function(module, exports, __webpack_require__) {

module.exports = __webpack_require__.p + "/dist/fontawesome-webfont.eot";
module.exports = __webpack_require__.p + "/FoodParent2.0/dist/fontawesome-webfont.eot";

/***/ },
/* 248 */
Expand All @@ -28003,7 +28003,7 @@
\******************************************************/
/***/ function(module, exports, __webpack_require__) {

module.exports = __webpack_require__.p + "/dist/fontawesome-webfont.eot";
module.exports = __webpack_require__.p + "/FoodParent2.0/dist/fontawesome-webfont.eot";

/***/ },
/* 249 */
Expand All @@ -28012,7 +28012,7 @@
\****************************************************************/
/***/ function(module, exports, __webpack_require__) {

module.exports = __webpack_require__.p + "/dist/fontawesome-webfont.woff2";
module.exports = __webpack_require__.p + "/FoodParent2.0/dist/fontawesome-webfont.woff2";

/***/ },
/* 250 */
Expand All @@ -28021,7 +28021,7 @@
\***************************************************************/
/***/ function(module, exports, __webpack_require__) {

module.exports = __webpack_require__.p + "/dist/fontawesome-webfont.woff";
module.exports = __webpack_require__.p + "/FoodParent2.0/dist/fontawesome-webfont.woff";

/***/ },
/* 251 */
Expand All @@ -28030,7 +28030,7 @@
\**************************************************************/
/***/ function(module, exports, __webpack_require__) {

module.exports = __webpack_require__.p + "/dist/fontawesome-webfont.ttf";
module.exports = __webpack_require__.p + "/FoodParent2.0/dist/fontawesome-webfont.ttf";

/***/ },
/* 252 */
Expand All @@ -28039,7 +28039,7 @@
\**************************************************************/
/***/ function(module, exports, __webpack_require__) {

module.exports = __webpack_require__.p + "/dist/fontawesome-webfont.svg";
module.exports = __webpack_require__.p + "/FoodParent2.0/dist/fontawesome-webfont.svg";

/***/ },
/* 253 */
Expand Down
2 changes: 1 addition & 1 deletion dist/foodparent.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/constraints/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"uBaseName": "",
"uBaseNameForWebPack": "/",
"uBaseName": "/FoodParent2.0",
"uBaseNameForWebPack": "/FoodParent2.0/",
"uStaticImage": "/static/images/",
"uContentImage": "/content/images/",
"uRelativeImageUpload": "./../content/images/",
Expand Down

0 comments on commit 40120e7

Please sign in to comment.