Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webchemistry/asset


https://github.com/webchemistry/asset

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

### Description

Integration of symfony/asset for nette

### Installation

```
composer require webchemistry/asset
```

```yaml
extensions:
asset: WebChemistry\Asset\DI\AssetExtension
```

### Assets

```yaml
asset:
packages:
# first is default
default: @WebChemistry\Asset\Package\BasePathPackageFactory::create()
```

### Usage in latte

```html
{asset app.css}
{asset app.css, 'default'}
```

```html

```