wiledal / gulp-include

Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.
158 stars 68 forks source link

how do I to insert file conten inside quotation marks? #83

Open guilhermemar opened 7 years ago

guilhermemar commented 7 years ago

like:

...
let tpl = '/*=include path/to/template.html */';
...
KenEucker commented 5 years ago

I would also like the ability to do this and could follow any convention. My use case:

<script src="/*=include */">

Which currently does not work.

ange007 commented 4 years ago

No changes?