zapnito / ember-cli-deploy-build

A Build Plugin for ember-cli-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-deploy-build

An ember-cli-deploy plugin to build your ember-cli application


**WARNING: This plugin is only compatible with ember-cli-deploy versions >= 0.5.0**

This plugin will build your ember-cli application files and output them to a directory.

What is an ember-cli-deploy plugin?

A plugin is an addon that can be executed as a part of the ember-cli-deploy pipeline. A plugin will implement one or more of the ember-cli-deploy's pipeline hooks.

For more information on what plugins are and how they work, please refer to the Plugin Documentation.

Quick Start

  • Install this plugin
$ ember install ember-cli-deploy-build
  • Run the pipeline
$ ember deploy

Installation

Run the following command in your terminal:

ember install ember-cli-deploy-build

ember-cli-deploy Hooks Implemented

For detailed information on what plugin hooks are and how they work, please refer to the Plugin Documentation.

  • configure
  • build

Configuration Options

For detailed information on how configuration of plugins works, please refer to the Plugin Documentation.

environment

The evironment for which you'd like to build. This relates directly to the environments in your config/environment.js file.

Default: 'production'

outputPath

The path to the directory you'd like the project to be built in to.

Default: tmp/deploy-dist

Prerequisites

None

Running Tests

  • npm test

About

A Build Plugin for ember-cli-deploy

License:MIT License


Languages

Language:JavaScript 87.6%Language:HTML 10.9%Language:Shell 1.1%Language:Handlebars 0.4%