karma-ng-html2js-preprocessor
karma-ng-html2js-preprocessor copied to clipboard
Add info under which module was exported files
Currently in log i have information that some files was processed.
I want to see unter whic module are these files exported.
Now: DEBUG [preprocessor.html2js]: Processing "/home/view/directive.html".
Proposal: DEBUG [preprocessor.html2js]: Processing "/home/view/directive.html". Exported as 'directive.html' module.
This sounds reasonable and should be a trivial PR. @lstrzelecki would you like to give it a go?