Hey, love your addon 👍. We use it at rebuy.de for our angular application.
I'd like to be able to specify the content option as a function - in a fully backwards compatible way of course - see the added part in the README.md:
--
content (required)
Type: (sourceInputFile: string) => Array<string>
content may be a function that returns the array of globs. The function receives the current source input file. With this you may provide a specific array of globs for each input. E.g. for an angular application only scan the components template counterpart for every component scss file:
Hey, love your addon 👍. We use it at rebuy.de for our angular application.
I'd like to be able to specify the content option as a function - in a fully backwards compatible way of course - see the added part in the README.md:
--
content
(required)Type:
(sourceInputFile: string) => Array<string>
content may be a function that returns the array of globs. The function receives the current source input file. With this you may provide a specific array of globs for each input. E.g. for an angular application only scan the components template counterpart for every component scss file:
--
In our case this would be: