-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setting custom ASSET_URLs and support cache busting without integ…
- Loading branch information
1 parent
c918b06
commit 1b5a027
Showing
5 changed files
with
56 additions
and
50 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 |
---|---|---|
@@ -1,29 +1,25 @@ | ||
{ | ||
"resources/img/favicon.png": { | ||
"file": "favicon.png", | ||
"src": "resources/img/favicon.png", | ||
"integrity": "sha384-tqnRilkeRgqFt3SUYaxuaQs14WOwuU8Gvk3sqRZmnyWZVhr1Kk19Ecr7dFMb4HZo" | ||
"file": "favicon.png?id=1542bfe8a0010dcbee710da13cce367f", | ||
"src": "resources/img/favicon.png" | ||
}, | ||
"resources/js/app.js": { | ||
"file": "app.js", | ||
"file": "app.js?id=69a73e4fc0356dae6adf8cc33985b1d5", | ||
"name": "app", | ||
"src": "resources/js/app.js", | ||
"isEntry": true, | ||
"css": [ | ||
"app.css" | ||
], | ||
"integrity": "sha384-EV5vlraT2g7leIzueltC7I+UzR7uBT4ndQF5b1G9I+kUrQ4XL0DREuRw/XiU/U3P" | ||
] | ||
}, | ||
"resources/sass/styles-dark.scss": { | ||
"file": "styles-dark.css", | ||
"file": "styles-dark.css?id=4147954938fc149998024ad0251831e4", | ||
"src": "resources/sass/styles-dark.scss", | ||
"isEntry": true, | ||
"integrity": "sha384-/sLOxh+NTFEdcZ8svIuVTv/lSL65X3QGIXhExXAhntQYWjiez1CQbv4ICbtwRfd8" | ||
"isEntry": true | ||
}, | ||
"resources/sass/styles.scss": { | ||
"file": "styles.css", | ||
"file": "styles.css?id=452cf65324025421cc414ccb7744885f", | ||
"src": "resources/sass/styles.scss", | ||
"isEntry": true, | ||
"integrity": "sha384-4HOmv1E51xgqbUYzCYXaRXPRja5nEho6eq/L/CKs0LlidzTGNTk81VtCAHqLiYSC" | ||
"isEntry": true | ||
} | ||
} |
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 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