-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Brandon Nifong <[email protected]>
- Loading branch information
Showing
15 changed files
with
3,886 additions
and
7,808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Default Assets Manifest | ||
|-------------------------------------------------------------------------- | ||
| | ||
| Here you may specify the default asset manifest that should be used. | ||
| The "theme" manifest is recommended as the default as it cedes ultimate | ||
| authority of your application's assets to the theme. | ||
| | ||
*/ | ||
|
||
'default' => 'theme', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Assets Manifests | ||
|-------------------------------------------------------------------------- | ||
| | ||
| Manifests contain lists of assets that are referenced by static keys that | ||
| point to dynamic locations, such as a cache-busted location. We currently | ||
| support two types of manifest: | ||
| | ||
| assets: key-value pairs to match assets to their revved counterparts | ||
| | ||
| bundles: a series of entrypoints for loading bundles | ||
| | ||
*/ | ||
|
||
'manifests' => [ | ||
'theme' => [ | ||
'path' => get_theme_file_path('public'), | ||
'url' => get_theme_file_uri('public'), | ||
'bundles' => get_theme_file_path('public/build/manifest.json'), | ||
], | ||
], | ||
]; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.