gulp-minerr-strip

Strips minErr error messages from your build.

Usage no npm install needed!

<script type="module">
  import gulpMinerrStrip from 'https://cdn.skypack.dev/gulp-minerr-strip';
</script>

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.