jade-inline-file
v0.1.0
Published
jade helper that outputs whatever textbased file as a string
Downloads
1
Readme
jade-inline-file
jade helper that outputs whatever textbased file (html, xml, svg etc..) as a string
Usage in Node / Gulp / Grunt
jadeInline = require('jade-inline-file');
#Inside a jade file
!= jadeInline('somefile.svg')