{"library":"ember-cli-deploy-build","type":"library","category":null,"description":"The `ember-cli-deploy-build` package is a fundamental plugin within the `ember-cli-deploy` ecosystem, designed to facilitate the build process of Ember CLI applications as part of a continuous deployment pipeline. Its primary role is to compile and output all necessary application assets into a specified directory. It seamlessly integrates into the `ember-cli-deploy` workflow by implementing the `configure` and `build` pipeline hooks, handling tasks traditionally performed by `ember build`. The current stable version is 3.0.0, with a release cadence often tied to updates in Ember CLI itself and its underlying dependencies. This plugin differentiates itself by providing a robust, configurable build step that is abstracted and integrated directly into the deployment process, allowing developers to define build environments and output paths within their `config/deploy.js` file, ensuring consistency across deployments without manual intervention. It is not a standalone build tool but rather an essential component for automated Ember deployments.","language":"javascript","status":"active","version":"3.0.0","tags":["javascript","ember-addon","ember-cli-deploy-plugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ember-cli-deploy-build","imports":["This package is an Ember CLI addon/plugin. Its functionality is integrated via `ember install` and configuration in `config/deploy.js`, not through direct JavaScript `import` or `require` statements in application code.","module.exports = function(deployTarget) { return { build: { environment: 'production', outputPath: 'dist' } }; };"]},{"cmd":"yarn add ember-cli-deploy-build","imports":[]},{"cmd":"pnpm add ember-cli-deploy-build","imports":[]}],"homepage":null,"github":"https://github.com/ember-cli-deploy/ember-cli-deploy-build","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ember-cli-deploy-build","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/ember-cli-deploy-build/compatibility"}}