Browse Source

Removed the whole integration with dev-tests for now. See https://github.com/ckeditor/ckeditor5/pull/324#issuecomment-243726809.

Piotrek Koszuliński 9 years ago
parent
commit
1e68c04a3e
2 changed files with 0 additions and 12 deletions
  1. 0 11
      gulpfile.js
  2. 0 1
      package.json

+ 0 - 11
gulpfile.js

@@ -128,17 +128,6 @@ gulp.task( 'bundle:generate',
 	ckeditor5DevBundler.generateFromConfig
 	ckeditor5DevBundler.generateFromConfig
 );
 );
 
 
-const ckeditor5DevTests = require( '@ckeditor/ckeditor5-dev-tests' )( config );
-
-// Task specific for building editors for testing releases.
-gulp.task( 'compile:bundled-sample-tests:build-editors',
-	[
-		'compile:js:esnext',
-		'compile:themes:esnext'
-	],
-	ckeditor5DevTests.buildEditorsForSamples
-);
-
 // Documentation. -------------------------------------------------------------
 // Documentation. -------------------------------------------------------------
 
 
 const docsBuilder = ckeditor5DevCompiler.docs( config );
 const docsBuilder = ckeditor5DevCompiler.docs( config );

+ 0 - 1
package.json

@@ -29,7 +29,6 @@
     "@ckeditor/ckeditor5-dev-compiler": "ckeditor/ckeditor5-dev-compiler",
     "@ckeditor/ckeditor5-dev-compiler": "ckeditor/ckeditor5-dev-compiler",
     "@ckeditor/ckeditor5-dev-env": "^1.0.0",
     "@ckeditor/ckeditor5-dev-env": "^1.0.0",
     "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
     "@ckeditor/ckeditor5-dev-lint": "^1.0.1",
-    "@ckeditor/ckeditor5-dev-tests": "ckeditor/ckeditor5-dev-tests",
     "@ckeditor/ckeditor5-dev-utils": "ckeditor/ckeditor5-dev-utils",
     "@ckeditor/ckeditor5-dev-utils": "ckeditor/ckeditor5-dev-utils",
     "babel-polyfill": "^6.13.0",
     "babel-polyfill": "^6.13.0",
     "benderjs": "^0.4.1",
     "benderjs": "^0.4.1",