kibana/packages/kbn-plugin-helpers/lib
Joe Fleming ceb52252be Enable custom builds (elastic/kibana-plugin-helpers#27)
* only modify root package.json file

previously this was modifying every package.json from node_modules as well

* refactor the build task

export the build, define helpers outside of the task

* allow custom kibana and build versions

both can be passed via flags

* allow custom build globs to be specified

* move build into its own module

* add simple option parsing tests

* update readme

* move dependency file appending into the action

* put source and target into variables

* move config file loading into a module

* refactor test_server_action slightly

be more explicit about the files option overwriting the plugin settings

* move default build patterns to plugin config

allows the setting to be overridden via the config file

* fix dirname on relative includes

trim any leading '../' off the path when moving it into the build target

* move node_module dirs into plugin_config module, use existing promises

* rename file_config => config_file

Original commit: elastic/kibana-plugin-helpers@743e4a37c2
2016-12-21 22:37:57 -06:00
..
config_file.js Enable custom builds (elastic/kibana-plugin-helpers#27) 2016-12-21 22:37:57 -06:00
docs.js group task related files 2016-10-21 14:44:19 -07:00
enable_collecting_unknown_options.js Separate the task runner and the command line parser (elastic/kibana-plugin-helpers#25) 2016-12-16 01:06:02 -07:00
plugin_config.js Enable custom builds (elastic/kibana-plugin-helpers#27) 2016-12-21 22:37:57 -06:00
run.js Separate the task runner and the command line parser (elastic/kibana-plugin-helpers#25) 2016-12-16 01:06:02 -07:00
run.spec.js Separate the task runner and the command line parser (elastic/kibana-plugin-helpers#25) 2016-12-16 01:06:02 -07:00
tasks.js Separate the task runner and the command line parser (elastic/kibana-plugin-helpers#25) 2016-12-16 01:06:02 -07:00