gulp-minerr-strip
v0.0.1-alpha.3
Published
Strips minErr error messages from your build.
Downloads
4
Maintainers
Readme
grunt-minerr-strip
Strips minErr error messages from your build.
Getting Started
Coming soon... The source is pretty well annotated if you feel like using this before I get a chance to document everything.
Contributing
Pull requests are welcome! Remember to keep the following rules in mind:
- All features or bug fixes must be documented by one or more specs. We use Jasmine.
- Submissions must pass JSHint. Run
gulp lint
to check this. - Instead of complex inheritance hierarchies, we prefer simple objects. We use prototypical inheritance only when absolutely necessary.
- We love functions and closures and, whenever possible, prefer them over objects.