mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	Load app.js via bundled resources
This commit is contained in:
		
							parent
							
								
									ade2ca8178
								
							
						
					
					
						commit
						a35ca97b3e
					
				
							
								
								
									
										109
									
								
								public/build/assets/app-01291e40.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										109
									
								
								public/build/assets/app-01291e40.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										9
									
								
								public/build/assets/app-253efa47.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								public/build/assets/app-253efa47.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -9,7 +9,7 @@
 | 
				
			|||||||
    ]
 | 
					    ]
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "resources/js/app.js": {
 | 
					  "resources/js/app.js": {
 | 
				
			||||||
    "file": "assets/app-253efa47.js",
 | 
					    "file": "assets/app-01291e40.js",
 | 
				
			||||||
    "imports": [
 | 
					    "imports": [
 | 
				
			||||||
      "_index-08e160a7.js",
 | 
					      "_index-08e160a7.js",
 | 
				
			||||||
      "__commonjsHelpers-725317a4.js"
 | 
					      "__commonjsHelpers-725317a4.js"
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										3
									
								
								resources/js/app.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								resources/js/app.js
									
									
									
									
										vendored
									
									
								
							@ -10,6 +10,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import axios from 'axios';
 | 
					import axios from 'axios';
 | 
				
			||||||
import cardValidator from 'card-validator';
 | 
					import cardValidator from 'card-validator';
 | 
				
			||||||
 | 
					import { Livewire } from '../../vendor/livewire/livewire/dist/livewire.esm'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Livewire.start()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
window.axios = axios;
 | 
					window.axios = axios;
 | 
				
			||||||
window.valid = cardValidator;
 | 
					window.valid = cardValidator;
 | 
				
			||||||
 | 
				
			|||||||
@ -67,8 +67,6 @@
 | 
				
			|||||||
        <link rel="canonical" href="{{ config('ninja.site_url') }}/{{ request()->path() }}"/>
 | 
					        <link rel="canonical" href="{{ config('ninja.site_url') }}/{{ request()->path() }}"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @livewireStyles
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        {{-- Feel free to push anything to header using @push('header') --}}
 | 
					        {{-- Feel free to push anything to header using @push('header') --}}
 | 
				
			||||||
        @stack('head')
 | 
					        @stack('head')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -90,7 +90,6 @@
 | 
				
			|||||||
            </style>
 | 
					            </style>
 | 
				
			||||||
        @endif
 | 
					        @endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @livewireStyles
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        {{-- Feel free to push anything to header using @push('header') --}}
 | 
					        {{-- Feel free to push anything to header using @push('header') --}}
 | 
				
			||||||
        @stack('head')
 | 
					        @stack('head')
 | 
				
			||||||
 | 
				
			|||||||
@ -96,7 +96,6 @@
 | 
				
			|||||||
        {{-- Feel free to push anything to header using @push('header') --}}
 | 
					        {{-- Feel free to push anything to header using @push('header') --}}
 | 
				
			||||||
        @stack('head')
 | 
					        @stack('head')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @livewireStyles
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <link rel="stylesheet" type="text/css" href="{{ asset('vendor/cookieconsent@3/cookieconsent.min.css') }}" defer>
 | 
					        <link rel="stylesheet" type="text/css" href="{{ asset('vendor/cookieconsent@3/cookieconsent.min.css') }}" defer>
 | 
				
			||||||
    </head>
 | 
					    </head>
 | 
				
			||||||
 | 
				
			|||||||
@ -93,7 +93,7 @@
 | 
				
			|||||||
            </style>
 | 
					            </style>
 | 
				
			||||||
        @endif
 | 
					        @endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @livewireStyles
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        {{-- Feel free to push anything to header using @push('header') --}}
 | 
					        {{-- Feel free to push anything to header using @push('header') --}}
 | 
				
			||||||
        @stack('head')
 | 
					        @stack('head')
 | 
				
			||||||
 | 
				
			|||||||
@ -83,7 +83,7 @@
 | 
				
			|||||||
        {{-- Feel free to push anything to header using @push('header') --}}
 | 
					        {{-- Feel free to push anything to header using @push('header') --}}
 | 
				
			||||||
        @stack('head')
 | 
					        @stack('head')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @livewireStyles
 | 
					    
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <link rel="stylesheet" type="text/css" href="{{ asset('vendor/cookieconsent@3/cookieconsent.min.css') }}" />
 | 
					        <link rel="stylesheet" type="text/css" href="{{ asset('vendor/cookieconsent@3/cookieconsent.min.css') }}" />
 | 
				
			||||||
    </head>
 | 
					    </head>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user