jsoverson / preprocess

Preprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration
Other
366 stars 80 forks source link

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

Open igorpetrov opened 9 years ago

igorpetrov commented 9 years ago

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.

dgt009 commented 9 years ago

can you post your Gruntfile and html?