loopindex / ckeditor-track-changes

Track changes plugin for CKEditor, based on ICE (track changes for TinyMCE).
www.loopindex.com
Other
51 stars 55 forks source link

minified version #74

Closed porjo closed 8 years ago

porjo commented 9 years ago

The zip file available from the Ckeditor plugins page (http://ckeditor.com/addon/lite) is not using minified files by default. plugins.js is unminified, and includes lite-includes.js (unless manually overridden to use lite-includes.min.js)

As that is where most end-users will get the plugin, shouldn't it be minified by default?

imdfl commented 9 years ago

You're right, this is a build error. Our builder generates a 'dist' folder with minified sources, somehow the zip contains parts of src. We'll fix, thanks for the catch.