kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Change assets to use mix() method for versioning
							rodzic
							
								
									3d657e0c52
								
							
						
					
					
						commit
						818fd76550
					
				|  | @ -14,7 +14,7 @@ | ||||||
|     <link rel="dns-prefetch" href="https://fonts.gstatic.com"> |     <link rel="dns-prefetch" href="https://fonts.gstatic.com"> | ||||||
|     <link rel="dns-prefetch" href="https://cdnjs.cloudflare.com"> |     <link rel="dns-prefetch" href="https://cdnjs.cloudflare.com"> | ||||||
|     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css" integrity="sha256-7O1DfUu4pybYI7uAATw34eDrgQaWGOfMV/8erfDQz/Q=" crossorigin="anonymous" /> |     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css" integrity="sha256-7O1DfUu4pybYI7uAATw34eDrgQaWGOfMV/8erfDQz/Q=" crossorigin="anonymous" /> | ||||||
|     <link href="{{ asset('css/app.css') }}" rel="stylesheet"> |     <link href="{{ mix('css/app.css') }}" rel="stylesheet"> | ||||||
|     @stack('styles') |     @stack('styles') | ||||||
| </head> | </head> | ||||||
| <body class=""> | <body class=""> | ||||||
|  | @ -25,7 +25,7 @@ | ||||||
|     <div class="align-items-end"> |     <div class="align-items-end"> | ||||||
|         @include('layouts.partial.footer') |         @include('layouts.partial.footer') | ||||||
|     </div> |     </div> | ||||||
|     <script type="text/javascript" src="{{ asset('js/app.js') }}"></script> |     <script type="text/javascript" src="{{ mix('js/app.js') }}"></script> | ||||||
|     @stack('scripts') |     @stack('scripts') | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Daniel Supernault
						Daniel Supernault