瀏覽代碼

Introduced "package" option into configuration.

Kamil Piechaczek 9 年之前
父節點
當前提交
1e423bfa38
共有 1 個文件被更改,包括 3 次插入0 次删除
  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' ] );