소스 검색

Improved bundle config.

Piotrek Koszuliński 9 년 전
부모
커밋
3a44985e87
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      build-config.js

+ 5 - 2
build-config.js

@@ -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 */
 
 'use strict';
@@ -7,8 +12,6 @@ module.exports = {
 	destinationPath: './build/dist/',
 
 	editor: 'editor-classic/classic',
-
-	// List of plugins.
 	plugins: [
 		'autoformat',
 		'basic-styles/bold',