Skip to content

Commit 38d0ff5

Browse files
committed
Rename bundle.config.json -> asset-bundles.json
1 parent 2ff4407 commit 38d0ff5

5 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Refactor error handling. Move responsibility for displayErrorDetails to handlers, and factor our ErrorRenderers. Addresses (#702)
77
- Move `composer.json` to root directory to allow installing UF via composer create-project
88
- Move `sprinkles.json` to app directory to make it easier to find
9+
- Rename bundle.config.json -> asset-bundles.json (#726)
910
- Factor out "system" classes from core Sprinkle
1011
- Refactor overall application lifecycle; move main lifecycle into UserFrosting\System\UserFrosting
1112
- SprinkleManager now better focused on a single responsibility

app/sprinkles/core/config/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
'raw' => [
2828
'path' => 'assets-raw',
29-
'schema' => 'bundle.config.json'
29+
'schema' => 'asset-bundles.json'
3030
],
3131
'use_raw' => true
3232
],

0 commit comments

Comments
 (0)