Преглед на файлове

Introduced configuration for bundler - BUNDLE_DEFAULT_CONFIG.

Kamil Piechaczek преди 9 години
родител
ревизия
7ab6527462
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      gulpfile.js

+ 3 - 0
gulpfile.js

@@ -21,6 +21,9 @@ const config = {
 	BUNDLE_DIR: 'build/dist',
 	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.
 	IGNORED_FILES: [
 		'src/lib/**'