preprocess
preprocess copied to clipboard
Multiple @include or @include-static does't work
Hi all!
I'm trying to use Preprocess via grunt-preprocess and it seems to be an issue. It's failed when trying to process multiple @includes
inside html file:
<style><!-- @include-static ./index.css --></style>
...
<script><!-- @include-static ./index.js --></script>
Only last @include-static
directive works.
can you post your Gruntfile and html?