chyingp / grunt-inline

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

Doesn't work for files that are not .html #78

Open gespinha opened 7 years ago

gespinha commented 7 years ago

Hi there,

I've tried using this package on html templates inside files that don't end with .html, but it doesn't work at all. Can you please let me know if this is a known issue?

Thanks

dbry23 commented 7 years ago

You have to set an option to allow different extensions

options: {
    exts: ['Master'], //allows .Master files from Visual Studio
}