asset-pipe / asset-pipe-js-writer

Module for reading a CommonJS module entry point and resolves all dependencies into a asset feed.
2 stars 0 forks source link

Add tests and refactor #80

Closed digitalsadhu closed 6 years ago

digitalsadhu commented 6 years ago

JIRA Issue

COREWEB-196

Status

IN DEVELOPMENT

Description

BREAKING CHANGE: minify option no longer available BREAKING CHANGE: feeds no longer deduped by default

Why??:

  1. Changes to @asset-pipe/js-reader require that feeds no longer do any deduping as this now happens in the reader and doing so before hand causes all kinds of mischief.
  2. Codebase and repository cleanup.
  3. Increase test coverage.

Todos

Deploy Notes

Related PRs