mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* 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 |
||
---|---|---|
.. | ||
config_file.js | ||
docs.js | ||
enable_collecting_unknown_options.js | ||
plugin_config.js | ||
run.js | ||
run.spec.js | ||
tasks.js |