Add symfony/asset-mapper and symfony/asset packages. Using asset twig function to load image from asset directory. Installed tailwind package. Added configuration to .symfony.local.yaml to handle building tailwind automagicly.
This commit is contained in:
9
assets/app.js
Normal file
9
assets/app.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Welcome to your app's main JavaScript file!
|
||||
*
|
||||
* This file will be included onto the page via the importmap() Twig function,
|
||||
* which should already be in your base.html.twig.
|
||||
*/
|
||||
import './styles/app.css';
|
||||
|
||||
console.log('This log comes from assets/app.js - welcome to AssetMapper! 🎉');
|
||||
BIN
assets/images/purple-rocket.png
Normal file
BIN
assets/images/purple-rocket.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 245 KiB |
BIN
assets/images/starshop-logo.png
Normal file
BIN
assets/images/starshop-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
assets/images/statis-complete.png
Executable file
BIN
assets/images/statis-complete.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
BIN
assets/images/status-complete.png
Executable file
BIN
assets/images/status-complete.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
BIN
assets/images/status-in-progress.png
Normal file
BIN
assets/images/status-in-progress.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
BIN
assets/images/status-waiting.png
Executable file
BIN
assets/images/status-waiting.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
4
assets/styles/app.css
Normal file
4
assets/styles/app.css
Normal file
@@ -0,0 +1,4 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
Reference in New Issue
Block a user