CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Remove prettydiff module and replace with JSONdiffpatch #216

Closed FilipNest closed 7 years ago

FilipNest commented 8 years ago

Currently our production node_modules folder is 33MB. 15MB of this is the PrettyDiff module. The JSONdiffpatch module used in the relations iris module is better and only 1MB. It's also something that can be used throughout the system while this one is limited and bloated.