Explorar o código

Merge pull request #297 from ckeditor/t/295

Introduced configuration for bundler - BUNDLE_DEFAULT_CONFIG.
Maksymilian Barnaś %!s(int64=9) %!d(string=hai) anos
pai
achega
8d57ac6ea2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      gulpfile.js

+ 3 - 0
gulpfile.js

@@ -21,6 +21,9 @@ const config = {
 	BUNDLE_DIR: 'build/dist',
 	BUNDLE_DIR: 'build/dist',
 	WORKSPACE_DIR: '..',
 	WORKSPACE_DIR: '..',
 
 
+	// Path to the default configuration file for bundler.
+	BUNDLE_DEFAULT_CONFIG: 'dev/bundles/build-config-standard.js',
+
 	// Files ignored by jshint and jscs tasks. Files from .gitignore will be added automatically during tasks execution.
 	// Files ignored by jshint and jscs tasks. Files from .gitignore will be added automatically during tasks execution.
 	IGNORED_FILES: [
 	IGNORED_FILES: [
 		'src/lib/**'
 		'src/lib/**'