Merge branch 'master' of https://github.com/bagisto/bagisto into development

This commit is contained in:
rahul shukla 2019-01-31 15:18:48 +05:30
commit e00ca5808f
5 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=e25827d4b84cbe5d76fb",
"/css/shop.css": "/css/shop.css?id=99508f5c6ab959d4db94"
"/css/shop.css": "/css/shop.css?id=b21020d25cef947f6527"
}

View File

@ -33,7 +33,7 @@
{!! view_render_event('bagisto.shop.layout.header.currency-item.before') !!}
@if (core()->getCurrentChannel()->currencies->count() > 1)
<li class="dropdown-toggle">
<li>
<span class="dropdown-toggle">
{{ core()->getCurrentCurrencyCode() }}

View File

@ -29,7 +29,7 @@
</head>
<body>
<body @if (app()->getLocale() == 'ar')class="rtl"@endif>
{!! view_render_event('bagisto.shop.layout.body.before') !!}

View File

@ -1,8 +1,8 @@
const { mix } = require("laravel-mix");
require("laravel-mix-merge-manifest");
// var publicPath = 'publishable/assets';
var publicPath = "../../../public/themes/default/assets";
var publicPath = 'publishable/assets';
// var publicPath = "../../../public/themes/default/assets";
mix.setPublicPath(publicPath).mergeManifest();
mix.disableNotifications();