|
@@ -1,3 +1,8 @@
|
|
|
|
|
+/**
|
|
|
|
|
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
|
|
|
|
|
+ * For licensing, see LICENSE.md.
|
|
|
|
|
+ */
|
|
|
|
|
+
|
|
|
/* jshint browser: false, node: true, strict: true */
|
|
/* jshint browser: false, node: true, strict: true */
|
|
|
|
|
|
|
|
'use strict';
|
|
'use strict';
|
|
@@ -7,8 +12,6 @@ module.exports = {
|
|
|
destinationPath: './build/dist/',
|
|
destinationPath: './build/dist/',
|
|
|
|
|
|
|
|
editor: 'editor-classic/classic',
|
|
editor: 'editor-classic/classic',
|
|
|
-
|
|
|
|
|
- // List of plugins.
|
|
|
|
|
plugins: [
|
|
plugins: [
|
|
|
'autoformat',
|
|
'autoformat',
|
|
|
'basic-styles/bold',
|
|
'basic-styles/bold',
|