Преглед изворни кода

Removed unnecessary comments.

fredck пре 11 година
родитељ
комит
2f578cfd0d
1 измењених фајлова са 0 додато и 10 уклоњено
  1. 0 10
      dev/tasks/build.js

+ 0 - 10
dev/tasks/build.js

@@ -120,23 +120,13 @@ module.exports.build = function( done ) {
 				'ckeditor': '../../../ckeditor',
 				'ckeditor-dev': '../../../src/ckeditor-dev',
 				'ckeditor-core': 'ckeditor'
-//				depTree: '../../../lib/depTree',
-//				plugins: '../../../lib/plugins'
 			},
 
-//			include: ['depTree', 'ckeditor' ].concat( getPlugins() ),
 			include: [ 'ckeditor' ],
 			stubModules: [ 'ckeditor-dev' ],
 
-//			onBuildWrite: replacePaths,
 //			optimize: 'none',
 			optimize: 'uglify2',
-			//uglify2: {
-			//	output: {
-			//		beautify: true
-			//	},
-			//	mangle: false
-			//},
 			preserveLicenseComments: false,
 			wrap: {
 				startFile: [ 'dev/tasks/build/start.frag', require.resolve( 'almond' ) ],