cytoscape / cytoscape.js-dagre

The Dagre layout for DAGs and trees for Cytoscape.js
MIT License
246 stars 82 forks source link

Generate unminified distribution file during build file #60

Closed mben-romdhane closed 3 years ago

mben-romdhane commented 3 years ago

In the switch between version 2.2.2 and version 2.3.0, the distributed file became minified. It would be great if the release process generated both minified and unminified files, as unminified files are useful for debugging, and it is not possible to run the npm pipeline for release on some systems due to restrictions.

maxkfranz commented 3 years ago

Amended in 2.3.1. See 5be1653

maxkfranz commented 3 years ago

See also #58

TyOverby commented 3 years ago

Thanks @maxkfranz!