Refactor asset paths to remove '/public' prefix for consistency across views
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 1m57s
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 1m57s
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
<!-- ---- Include the above in your HEAD tag -------- -->
|
||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
|
||||
<link href="{{asset('/public/designer/css/custom-style.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/public/designer/css/tab-styles.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/public/designer/css/input-range-style.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/public/designer/css/spectrum.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/public/designer/css/one-by-one-slider.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/public/designer/custom-fonts/custom-fonts.php')}}" rel='stylesheet' type='text/css'>
|
||||
<link href="{{asset('/designer/css/custom-style.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/designer/css/tab-styles.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/designer/css/input-range-style.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/designer/css/spectrum.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/designer/css/one-by-one-slider.css')}}" rel="stylesheet">
|
||||
<link href="{{asset('/designer/custom-fonts/custom-fonts.php')}}" rel='stylesheet' type='text/css'>
|
||||
|
||||
<style>
|
||||
.carousel-indicators > li,
|
||||
@@ -151,14 +151,14 @@
|
||||
.sendSelectedObjectToFront{
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
background-image: url("{{asset('/public/images/bring_forward.png')}}");
|
||||
background-image: url("{{asset('/images/bring_forward.png')}}");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.sendSelectedObjectBack{
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
background-image: url("{{asset('/public/images/send_backward.png')}}");
|
||||
background-image: url("{{asset('/images/send_backward.png')}}");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
@@ -166,14 +166,14 @@
|
||||
.team-name-standard{
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
background-image: url("{{asset('/public/images/bring_forward.png')}}");
|
||||
background-image: url("{{asset('/images/bring_forward.png')}}");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
.center-vertical{
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
background-image: url("{{asset('/public/images/align-v1.png')}}");
|
||||
background-image: url("{{asset('/images/align-v1.png')}}");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
@@ -181,7 +181,7 @@
|
||||
.center-horizontal{
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
background-image: url("{{asset('/public/images/align-h1.png')}}");
|
||||
background-image: url("{{asset('/images/align-h1.png')}}");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
@@ -673,9 +673,9 @@
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/1.7.15/fabric.min.js"></script>
|
||||
<script src="https://rawgit.com/EffEPi/fabric.curvedText/master/fabric.curvedText.js"></script>
|
||||
<script src="{{asset('/public/designer/js/spectrum.js')}}"></script>
|
||||
<script src="{{asset('/designer/js/spectrum.js')}}"></script>
|
||||
|
||||
<script src="{{asset('/public/designer/js/custom-script.js')}}"></script>
|
||||
<script src="{{asset('/designer/js/custom-script.js')}}"></script>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -685,7 +685,7 @@
|
||||
$('body,html').animate({scrollTop:0},800);
|
||||
});
|
||||
|
||||
// $('#custom-navbar-brand').html('<img src="{{asset("/public/images/logo.png")}}">');
|
||||
// $('#custom-navbar-brand').html('<img src="{{asset("/images/logo.png")}}">');
|
||||
|
||||
// calling functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user