romanschejbal / gassetic

Assetic replacement based on the gulp build tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Inline file contents

r0b- opened this issue · comments

commented

It would be nice to have an option to inline scripts or styles.
So instead of

<script src="/myscript.js"></script>

I get

 <script>...myscript.js contents...</script>

Thanks
Robert