Closed vokiel closed 3 years ago
I had an aha moment suddenly and realized that I was passing --skip-validation
flag to build.sh
script instead of ckbuilder.jar
directly... so called "Friday evening effect"... :sweat_smile::facepalm::see_no_evil:
So ignore my previous https://github.com/ckeditor/ckbuilder/pull/33#pullrequestreview-569412882 comment as I need to take another look on this PR :crossed_fingers:
We use it like this:
java -jar ckbuilder.jar --no-ie-checks --preprocess-plugin --leave-js-unminified --skip-validation=1 --overwrite /path_to_plugin
Closes #32