0.0.1-alpha.3 • Published 10 years ago

gulp-minerr-strip v0.0.1-alpha.3

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

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.