ckeditor / ckbuilder

The development repository of CKBuilder, a command line builder for CKEditor 4.
Other
19 stars 11 forks source link

Can you tell the builder to only include certain language files? #22

Closed mhopkins-dynactive closed 6 years ago

mhopkins-dynactive commented 6 years ago

I have hit the 10k limit on app engine and I am wondering if I can build ckeditor 4 in such a way that it would remove all of the language files except for the default language.

Is there a buid-config setting I can add that will do that for me?

Thanks

mlewand commented 6 years ago

Sorry for late answer.

Yes you can limit the list languages included in a build using the config. You may take a look on an example configuration in our releases repository.

On the other hand langs are loaded dynamically, so I don't see a strong reason to limit their number.

mhopkins-dynactive commented 6 years ago

The reason why is because we are using appengine and they have 10k file limit. the language files are 1 file per language per plugin. since we are only using 1 language I will save a lot of files.