Skip to content

Commit 47b3758

Browse files
committed
Remove Manifests
1 parent 267220d commit 47b3758

File tree

8 files changed

+0
-837
lines changed

8 files changed

+0
-837
lines changed

src/Commands/Publish.php

Lines changed: 0 additions & 69 deletions
This file was deleted.

src/Config/Assets.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ class Assets extends BaseConfig
1616
// Location of asset URLs
1717
public $webBase = 'assets/';
1818

19-
// Starting directory for manifest publication
20-
public $publishBase = ROOTPATH . 'vendor/';
21-
2219
// Whether to append file modification timestamps on asset tags
2320
public $useTimestamps = true;
2421

src/Config/Services.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,4 @@ public static function assets(AssetsConfig $config = null, bool $getShared = tru
2323
}
2424
return new Assets($config);
2525
}
26-
27-
/**
28-
* @deprecated
29-
*/
30-
public static function manifests(AssetsConfig $config = null, bool $getShared = true)
31-
{
32-
if ($getShared)
33-
{
34-
return static::getSharedInstance('manifests', $config);
35-
}
36-
37-
// If no config was injected then load one
38-
// Prioritizes app/Config if found
39-
if (empty($config))
40-
{
41-
$config = config('Assets');
42-
}
43-
return new Manifests($config);
44-
}
4526
}

src/Exceptions/ManifestsException.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/Language/en/Manifests.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)