X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=build-config.js;h=16fe6075f58823b13b5989b51caa1db327bb9965;hp=68ed9fe2a0311216b9df2cb4cf68dcb5df2653af;hb=HEAD;hpb=aedb6521c23a81ccb889827a7ccc7b42eb93d14f diff --git a/build-config.js b/build-config.js index 68ed9fe..16fe607 100644 --- a/build-config.js +++ b/build-config.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -13,10 +13,10 @@ * (1) http://ckeditor.com/builder * Visit online builder to build CKEditor from scratch. * - * (2) http://ckeditor.com/builder/0a65b3bcdcd34789da36844fa1d0eb27 + * (2) http://ckeditor.com/builder/e6b8a045f8f984a69463975ca3e6524a * Visit online builder to build CKEditor, starting with the same setup as before. * - * (3) http://ckeditor.com/builder/download/0a65b3bcdcd34789da36844fa1d0eb27 + * (3) http://ckeditor.com/builder/download/e6b8a045f8f984a69463975ca3e6524a * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. * * NOTE: @@ -28,11 +28,26 @@ var CKBUILDER_CONFIG = { skin: 'moono', preset: 'full', ignore: [ + '.bender', + 'bender.js', + 'bender-err.log', + 'bender-out.log', 'dev', - '.gitignore', + '.DS_Store', + '.editorconfig', '.gitattributes', + '.gitignore', + 'gruntfile.js', + '.idea', + '.jscsrc', + '.jshintignore', + '.jshintrc', + 'less', + '.mailmap', + 'node_modules', + 'package.json', 'README.md', - '.mailmap' + 'tests' ], plugins : { 'a11yhelp' : 1, @@ -156,6 +171,7 @@ var CKBUILDER_CONFIG = { 'sv' : 1, 'th' : 1, 'tr' : 1, + 'tt' : 1, 'ug' : 1, 'uk' : 1, 'vi' : 1,