25 lines
622 B
Markdown
25 lines
622 B
Markdown
|
|
# Project Assets Directory
|
||
|
|
|
||
|
|
This directory contains downloaded framework assets and templates for this Rustelo implementation.
|
||
|
|
|
||
|
|
## Directory Structure
|
||
|
|
|
||
|
|
```
|
||
|
|
.rustelo-assets/
|
||
|
|
├── cache/ # Cached remote assets
|
||
|
|
├── templates/ # Downloaded template files
|
||
|
|
├── components/ # Reusable components from framework
|
||
|
|
├── styles/ # CSS and styling assets
|
||
|
|
└── README.md # This file
|
||
|
|
```
|
||
|
|
|
||
|
|
## Configuration
|
||
|
|
|
||
|
|
- **Source**: local
|
||
|
|
- **Framework Path**: ../rustelo
|
||
|
|
- **Cache Enabled**: true
|
||
|
|
- **Auto Update**: false
|
||
|
|
|
||
|
|
## Generated
|
||
|
|
|
||
|
|
Generated using Rustelo CLI validation process.
|