Selaa lähdekoodia

Fixed: Empty if statement in renamePackageFiles util function.

Aleksander Nowodzinski 9 vuotta sitten
vanhempi
commit
ca66d109ca
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  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)".' );
 			}