mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Production build with mix-manifest (#3568)
This commit is contained in:
parent
3bc84f86d0
commit
79fb806967
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,7 +21,6 @@ local_version.txt
|
||||
|
||||
.env.dusk.local
|
||||
/public/vendors/*
|
||||
public/mix-manifest.json
|
||||
*.log
|
||||
|
||||
# Ignore local migrations
|
||||
|
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
11
public/mix-manifest.json
Normal file
11
public/mix-manifest.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"/js/app.js": "/js/app.js?id=8b49701583f407403ddf",
|
||||
"/css/app.css": "/css/app.css?id=0cc15fdcb4d64dfeda0e",
|
||||
"/js/clients/invoices/action-selectors.js": "/js/clients/invoices/action-selectors.js?id=caec43815d9a13168a38",
|
||||
"/js/clients/invoices/payment.js": "/js/clients/invoices/payment.js?id=af49e24958be5fc00c92",
|
||||
"/js/clients/payment_methods/authorize-stripe-card.js": "/js/clients/payment_methods/authorize-stripe-card.js?id=f4c45f0da9868d840799",
|
||||
"/js/clients/payments/process.js": "/js/clients/payments/process.js?id=bb91cb611d1bdab40973",
|
||||
"/js/clients/quotes/action-selectors.js": "/js/clients/quotes/action-selectors.js?id=f7c6bfdbf9cfc3efdf0b",
|
||||
"/js/clients/quotes/approve.js": "/js/clients/quotes/approve.js?id=fcb23f15eebc3bff639d",
|
||||
"/js/setup/setup.js": "/js/setup/setup.js?id=d30808ba9e2c9f908ce5"
|
||||
}
|
Loading…
Reference in New Issue
Block a user