diff options
Diffstat (limited to 'build-config.js')
-rw-r--r-- | build-config.js | 103 |
1 files changed, 52 insertions, 51 deletions
diff --git a/build-config.js b/build-config.js index f17ea49..b26107b 100644 --- a/build-config.js +++ b/build-config.js | |||
@@ -1,54 +1,55 @@ | |||
1 | /** | 1 | /** |
2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. | 2 | * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. |
3 | * For licensing, see LICENSE.md or http://ckeditor.com/license | 3 | * For licensing, see LICENSE.md or http://ckeditor.com/license |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /** | 6 | /** |
7 | * This file was added automatically by CKEditor builder. | 7 | * This file was added automatically by CKEditor builder. |
8 | * You may re-use it at any time to build CKEditor again. | 8 | * You may re-use it at any time to build CKEditor again. |
9 | * | 9 | * |
10 | * If you would like to build CKEditor online again | 10 | * If you would like to build CKEditor online again |
11 | * (for example to upgrade), visit one the following links: | 11 | * (for example to upgrade), visit one the following links: |
12 | * | 12 | * |
13 | * (1) http://ckeditor.com/builder | 13 | * (1) http://ckeditor.com/builder |
14 | * Visit online builder to build CKEditor from scratch. | 14 | * Visit online builder to build CKEditor from scratch. |
15 | * | 15 | * |
16 | * (2) http://ckeditor.com/builder/b49fe8199b5f563a76c58f2a8f351380 | 16 | * (2) http://ckeditor.com/builder/ab6fd4399c66ab6bfeb9644420a9651f |
17 | * Visit online builder to build CKEditor, starting with the same setup as before. | 17 | * Visit online builder to build CKEditor, starting with the same setup as before. |
18 | * | 18 | * |
19 | * (3) http://ckeditor.com/builder/download/b49fe8199b5f563a76c58f2a8f351380 | 19 | * (3) http://ckeditor.com/builder/download/ab6fd4399c66ab6bfeb9644420a9651f |
20 | * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. | 20 | * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. |
21 | * | 21 | * |
22 | * NOTE: | 22 | * NOTE: |
23 | * This file is not used by CKEditor, you may remove it. | 23 | * This file is not used by CKEditor, you may remove it. |
24 | * Changing this file will not change your CKEditor configuration. | 24 | * Changing this file will not change your CKEditor configuration. |
25 | */ | 25 | */ |
26 | 26 | ||
27 | var CKBUILDER_CONFIG = { | 27 | var CKBUILDER_CONFIG = { |
28 | skin: 'moonocolor', | 28 | skin: 'moonocolor', |
29 | preset: 'full', | 29 | preset: 'full', |
30 | ignore: [ | 30 | ignore: [ |
31 | '.bender', | 31 | '.DS_Store', |
32 | 'bender.js', | 32 | '.bender', |
33 | 'bender-err.log', | 33 | '.editorconfig', |
34 | 'bender-out.log', | 34 | '.gitattributes', |
35 | 'dev', | 35 | '.gitignore', |
36 | '.DS_Store', | 36 | '.idea', |
37 | '.editorconfig', | 37 | '.jscsrc', |
38 | '.gitattributes', | 38 | '.jshintignore', |
39 | '.gitignore', | 39 | '.jshintrc', |
40 | 'gruntfile.js', | 40 | '.mailmap', |
41 | '.idea', | 41 | '.travis.yml', |
42 | '.jscsrc', | 42 | 'bender-err.log', |
43 | '.jshintignore', | 43 | 'bender-out.log', |
44 | '.jshintrc', | 44 | 'bender.ci.js', |
45 | 'less', | 45 | 'bender.js', |
46 | '.mailmap', | 46 | 'dev', |
47 | 'node_modules', | 47 | 'gruntfile.js', |
48 | 'package.json', | 48 | 'less', |
49 | 'README.md', | 49 | 'node_modules', |
50 | 'tests' | 50 | 'package.json', |
51 | ], | 51 | 'tests' |
52 | ], | ||
52 | plugins : { | 53 | plugins : { |
53 | 'a11yhelp' : 1, | 54 | 'a11yhelp' : 1, |
54 | 'basicstyles' : 1, | 55 | 'basicstyles' : 1, |