mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-17 03:23:58 +02:00
Moved images out of the app/assets folder
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ dev development: # Build application for development
|
||||
|
||||
prod production: # Build application for production
|
||||
@composer install --no-dev --no-interaction --prefer-dist --optimize-autoloader
|
||||
@npm install --no-save && npm run production && npm prune --production
|
||||
@npm install --no-save && npm run build && npm prune --production
|
||||
|
||||
update upgrade: # Update application dependencies
|
||||
@composer update && npm update && npm install && npm audit fix
|
||||
|
2
app/assets/.gitignore
vendored
Normal file
2
app/assets/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -4,7 +4,7 @@
|
||||
<meta name="description" content="{{ config('meta_description') }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="icon" href="{{ asset('images/favicon.light.png') }}">
|
||||
<link rel="icon" href="app/images/favicon.light.png">
|
||||
<link rel="dns-prefetch" href="//fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
|
||||
|
Reference in New Issue
Block a user