1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Production build with mix-manifest (#3568)

This commit is contained in:
Benjamin Beganović 2020-03-31 09:00:09 +02:00 committed by GitHub
parent 3bc84f86d0
commit 79fb806967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

File diff suppressed because one or more lines are too long

11
public/mix-manifest.json Normal file
View 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"
}