浏览代码

Fixed: Empty if statement in renamePackageFiles util function.

Aleksander Nowodzinski 9 年之前
父节点
当前提交
ca66d109ca
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      dev/tasks/build/utils.js

+ 0 - 5
dev/tasks/build/utils.js

@@ -278,11 +278,6 @@ require( [ 'tests' ], bender.defer(), function( err ) {
 
 				// And prepend 'tests/'.
 				dirFrags.unshift( 'tests' );
-			} else if ( firstFrag == 'theme' ) {
-				// Remove 'theme/' from the package dir.
-				// console.log( dirFrags );
-				// dirFrags.length = 0;
-				// dirFrags.splice( 1, 2 );
 			} else {
 				throw new Error( 'Path should start with "ckeditor5-*/(src|tests|theme)".' );
 			}