Browse Source

Introduced "package" option into configuration.

Kamil Piechaczek 9 years ago
parent
commit
1e423bfa38
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gulpfile.js

+ 3 - 0
gulpfile.js

@@ -63,6 +63,9 @@ gulp.task( 'exec', ckeditor5DevEnv.execOnRepositories );
 // Compilation tasks. ---------------------------------------------------------
 
 const ckeditor5DevCompiler = require( '@ckeditor/ckeditor5-dev-compiler' );
+
+config.PACKAGES = ckeditor5DevCompiler.utils.getPackages( config.ROOT_DIR );
+
 const compiler = ckeditor5DevCompiler.compiler( config );
 
 gulp.task( 'default', [ 'compile' ] );