diff --git a/core/assets/vendor/ckeditor/build-config.js b/core/assets/vendor/ckeditor/build-config.js
index f92613c11f85ab0462a196cdf184034ae50a3484..4a339814770f084da912da4104c37274d024a843 100644
--- a/core/assets/vendor/ckeditor/build-config.js
+++ b/core/assets/vendor/ckeditor/build-config.js
@@ -25,73 +25,76 @@ var CKBUILDER_CONFIG = {
 	skin: 'moono-lisa',
 	ignore: [
 		// CKEditor repository structure: unrelated to the usage of CKEditor itself.
+		'bender.js',
+		'.bender',
+		'bender-err.log',
+		'bender-out.log',
 		'dev',
-		'README.md',
+		'docs',
+		'.DS_Store',
 		'.editorconfig',
 		'.gitignore',
 		'.gitattributes',
+		'gruntfile.js',
 		'.idea',
-		'.mailmap',
-		'.DS_Store',
-		'tests',
-		'package.json',
-		'bender.js',
-		'.bender',
-		'bender-err.log',
-		'bender-out.log',
-		'node_modules',
 		'.jscsrc',
+		'.jshintignore',
 		'.jshintrc',
+		'less',
+		'.mailmap',
+		'node_modules',
+		'package.json',
+		'README.md',
+		'tests',
 		// Parts of CKEditor that we consciously don't ship with Drupal.
 		'adapters',
 		'config.js',
 		'contents.css',
-		'gruntfile.js',
 		'styles.js',
 		'samples',
 		'skins/moono-lisa/readme.md'
 	],
-	plugins : {
-		'about' : 1,
-		'a11yhelp' : 1,
-		'basicstyles' : 1,
-		'blockquote' : 1,
-		'clipboard' : 1,
-		'contextmenu' : 1,
-		'toolbar' : 1,
-		'elementspath' : 1,
-		'enterkey' : 1,
-		'entities' : 1,
-		'filebrowser' : 1,
-		'floatingspace' : 1,
-		'format' : 1,
-		'htmlwriter' : 1,
-		'horizontalrule' : 1,
-		'wysiwygarea' : 1,
-		'indent' : 1,
-		'indentlist' : 1,
-		'language' : 1,
-		'list' : 1,
-		'magicline' : 1,
-		'maximize' : 1,
-		'pastetext' : 1,
-		'pastefromword' : 1,
-		'removeformat' : 1,
-		'sourcearea' : 1,
-		'specialchar' : 1,
-		'stylescombo' : 1,
-		'tab' : 1,
-		'table' : 1,
-		'tabletools' : 1,
-		'undo' : 1,
-		'justify' : 1,
-		'showblocks' : 1,
-		'showborders' : 1,
-		'tableresize' : 1,
-		'sharedspace' : 1,
-		'sourcedialog' : 1,
-		'widget' : 1,
-		'image2' : 1,
-		'autogrow' : 1
+	plugins: {
+		a11yhelp: 1,
+		about: 1,
+		autogrow: 1,
+		basicstyles: 1,
+		blockquote: 1,
+		clipboard: 1,
+		contextmenu: 1,
+		elementspath: 1,
+		enterkey: 1,
+		entities: 1,
+		filebrowser: 1,
+		floatingspace: 1,
+		format: 1,
+		horizontalrule: 1,
+		htmlwriter: 1,
+		image2: 1,
+		indent: 1,
+		indentlist: 1,
+		justify: 1,
+		language: 1,
+		list: 1,
+		magicline: 1,
+		maximize: 1,
+		pastefromword: 1,
+		pastetext: 1,
+		removeformat: 1,
+		sharedspace: 1,
+		showblocks: 1,
+		showborders: 1,
+		sourcearea: 1,
+		sourcedialog: 1,
+		specialchar: 1,
+		stylescombo: 1,
+		tab: 1,
+		table: 1,
+		tableresize: 1,
+		tabletools: 1,
+		toolbar: 1,
+		undo: 1,
+		widget: 1,
+		wysiwygarea: 1
 	}
 };