Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR : Regular expression needed in the config... #15

Open
hemanth opened this issue Aug 14, 2013 · 1 comment
Open

FR : Regular expression needed in the config... #15

hemanth opened this issue Aug 14, 2013 · 1 comment

Comments

@hemanth
Copy link
Contributor

hemanth commented Aug 14, 2013

Say the code is like [Object attributes with name spaces] :

$ = (function(){}
       var log = x.y.z.log.logManager.getLogger('say');
       log.say("zomg!");
());

or

$ = (function(){}
       return {log : x.y.z.log.logManager.getLogger('fatal')};
());

$.log.say("zomg");

Even though we provide the namespace and method in the grunt config, these kind of logging message will not be stripped off.

The potential fix with be to provide a RE in the config?

@hemanth
Copy link
Contributor Author

hemanth commented Feb 11, 2014

Ping @ehynds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant