-
Notifications
You must be signed in to change notification settings - Fork 25
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
Maximum Assertions? #139
Comments
@nikmd23 Hmm... Interesting. :) Yeah might be possible quickly. Unfortunately I'm quite busy until next week. Maybe you're interested in contributing, then I could point you in the right direction? :) If not no problem. :) |
No worries. I'm also slammed with Thanksgiving (:us:) and prepping for a presentation at a big conference the following week. I'm going to be demoing grunt-phantomas in that presentation, but I'll just avoid this use case and show off everything else that can be done. :wink: |
Okay, now you got me. :) When will you do the demo? And may I ask which conference? |
Haha. That certainly wasn't my intent! I'd need the demo to be ready by the 3rd of December. ;) |
Okay - let's do it. ;) Can you maybe ping me in one week, when it's not done yet? |
Sure thing, sounds good to me. 😉 |
…ertions added configurable assertions - fix #139
From
readme.md
:I have a scenario where I only want to be warned if a value goes under the specified value.
For example:
I screwed up my web server config and wasn't serving compressed assets. Now I am and want to make sure I don't mess it up again, so I set an assertion. Unfortunately, assertions only work in one direction.
How do I indication I want a warning if I have less than two compressed assets?
The text was updated successfully, but these errors were encountered: