preprocess icon indicating copy to clipboard operation
preprocess copied to clipboard

Multiple @include or @include-static does't work

Open igorpetrov opened this issue 9 years ago • 1 comments

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.

igorpetrov avatar Sep 04 '15 04:09 igorpetrov

can you post your Gruntfile and html?

dgt009 avatar Oct 07 '15 11:10 dgt009