Add (assets): Add production assets
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
/.phpunit.cache
|
/.phpunit.cache
|
||||||
/node_modules
|
/node_modules
|
||||||
/public/build
|
# /public/build
|
||||||
/public/hot
|
/public/hot
|
||||||
/public/storage
|
/public/storage
|
||||||
/storage/*.key
|
/storage/*.key
|
||||||
|
|||||||
1
public/build/assets/admin-app-bade20ce.css
Normal file
1
public/build/assets/admin-app-bade20ce.css
Normal file
File diff suppressed because one or more lines are too long
7
public/build/assets/admin-app-ff7516d6.js
Normal file
7
public/build/assets/admin-app-ff7516d6.js
Normal file
File diff suppressed because one or more lines are too long
BIN
public/build/assets/bootstrap-icons-999550fa.woff
Normal file
BIN
public/build/assets/bootstrap-icons-999550fa.woff
Normal file
Binary file not shown.
BIN
public/build/assets/bootstrap-icons-cfe45b98.woff2
Normal file
BIN
public/build/assets/bootstrap-icons-cfe45b98.woff2
Normal file
Binary file not shown.
5
public/build/assets/front-app-0cdc6a38.js
Normal file
5
public/build/assets/front-app-0cdc6a38.js
Normal file
File diff suppressed because one or more lines are too long
9
public/build/assets/front-app-db700ae3.css
Normal file
9
public/build/assets/front-app-db700ae3.css
Normal file
File diff suppressed because one or more lines are too long
1
public/build/assets/index-8746c87e.js
Normal file
1
public/build/assets/index-8746c87e.js
Normal file
File diff suppressed because one or more lines are too long
39
public/build/manifest.json
Normal file
39
public/build/manifest.json
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
{
|
||||||
|
"_index-8746c87e.js": {
|
||||||
|
"file": "assets/index-8746c87e.js"
|
||||||
|
},
|
||||||
|
"node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff": {
|
||||||
|
"file": "assets/bootstrap-icons-999550fa.woff",
|
||||||
|
"src": "node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff"
|
||||||
|
},
|
||||||
|
"node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2": {
|
||||||
|
"file": "assets/bootstrap-icons-cfe45b98.woff2",
|
||||||
|
"src": "node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2"
|
||||||
|
},
|
||||||
|
"resources/js/admin-app.js": {
|
||||||
|
"file": "assets/admin-app-ff7516d6.js",
|
||||||
|
"imports": [
|
||||||
|
"_index-8746c87e.js"
|
||||||
|
],
|
||||||
|
"isEntry": true,
|
||||||
|
"src": "resources/js/admin-app.js"
|
||||||
|
},
|
||||||
|
"resources/js/front-app.js": {
|
||||||
|
"file": "assets/front-app-0cdc6a38.js",
|
||||||
|
"imports": [
|
||||||
|
"_index-8746c87e.js"
|
||||||
|
],
|
||||||
|
"isEntry": true,
|
||||||
|
"src": "resources/js/front-app.js"
|
||||||
|
},
|
||||||
|
"resources/sass/admin-app.scss": {
|
||||||
|
"file": "assets/admin-app-bade20ce.css",
|
||||||
|
"isEntry": true,
|
||||||
|
"src": "resources/sass/admin-app.scss"
|
||||||
|
},
|
||||||
|
"resources/sass/front-app.scss": {
|
||||||
|
"file": "assets/front-app-db700ae3.css",
|
||||||
|
"isEntry": true,
|
||||||
|
"src": "resources/sass/front-app.scss"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user