src/Asset/Asset.php 2 locations
|
@@ 715-717 (lines=3) @@
|
| 712 |
|
return true; |
| 713 |
|
} |
| 714 |
|
|
| 715 |
|
if ($debug == 'public' && $live && $this->request->segment(1) !== 'admin') { |
| 716 |
|
return true; |
| 717 |
|
} |
| 718 |
|
|
| 719 |
|
if ($debug == 'admin' && $live && $this->request->segment(1) === 'admin') { |
| 720 |
|
return true; |
|
@@ 719-721 (lines=3) @@
|
| 716 |
|
return true; |
| 717 |
|
} |
| 718 |
|
|
| 719 |
|
if ($debug == 'admin' && $live && $this->request->segment(1) === 'admin') { |
| 720 |
|
return true; |
| 721 |
|
} |
| 722 |
|
|
| 723 |
|
if ($this->request->isNoCache() && $this->lastModifiedAt('theme::') > filemtime($path)) { |
| 724 |
|
return true; |