grunt-inline
grunt-inline copied to clipboard
Doesn't work for files that are not .html
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
You have to set an option to allow different extensions
options: {
exts: ['Master'], //allows .Master files from Visual Studio
}