mdx-dev / li3_frontender

Lithium PHP asset extension
GNU General Public License v3.0
0 stars 0 forks source link

Allow for inline assets #7

Open elijahsummers opened 10 years ago

elijahsummers commented 10 years ago

Sometimes you want the benefits of well organized assets (embedded manifests, compilation, minification, centralization) but also want the benefits of an inline asset (no extra http roundtrips, faster above-the-fold rendering).

It would be nice to have a helper (or helper option) that inserted asset content into an appropriate tag instead of an asset link.

bayleedev commented 10 years ago

:+1: