Skip to content

Commit

Permalink
Copy ui-default package to ui directory. Fixes #88.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Feb 18, 2016
1 parent e4c0d71 commit 82e6e43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/tasks/build/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ require( [ 'tests' ], bender.defer(), function( err ) {
// Remove 'src/'.
dirFrags.splice( 1, 1 );

// Temporary implementation of the UI lib option. See #88.
if ( dirFrags[ 0 ] == 'ui-default' ) {
dirFrags[ 0 ] = 'ui';
}

// And prepend 'ckeditor5/'.
dirFrags.unshift( 'ckeditor5' );
} else if ( firstFrag == 'tests' ) {
Expand Down

0 comments on commit 82e6e43

Please sign in to comment.