grunt-inline icon indicating copy to clipboard operation
grunt-inline copied to clipboard

Doesn't work for files that are not .html

Open gespinha opened this issue 8 years ago • 1 comments

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

gespinha avatar Oct 24 '16 14:10 gespinha

You have to set an option to allow different extensions

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

dbry23 avatar Dec 16 '16 19:12 dbry23