chyingp / grunt-inline

Brings externally referenced resources, such as js, css and images, into a single file.
MIT License
86 stars 55 forks source link

Allow "html" file extensions to be configurable #24

Closed samuraicode closed 10 years ago

samuraicode commented 10 years ago

Setting an exts array allows multiple file extensions to be processed as html. options : { exts: ['ejs','coffee','jade'] }

chyingp commented 10 years ago

@samuraicode nice job ! Thanks for your PR :)