Sfoglia il codice sorgente

Introduced "package" option into configuration.

Kamil Piechaczek 9 anni fa
parent
commit
1e423bfa38
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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' ] );