Socket
Book a DemoInstallSign in
Socket

ember-cli-deploy-fastboot-build

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-fastboot-build

The default blueprint for ember-cli addons.

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Ember CLI Deploy Fastboot Build

This addon is currently compatible with Ember CLI Deploy 0.5.x only!

What is this?

An ember-cli-deploy plugin that builds the fastboot app to the local file-system.

This plugin builds your application for FastBoot server-side rendering.

The code was mainly extracted from Tom Dale's Ember CLI Deploy Elastic Beanstalk Plugin.

Installation

ember install ember-cli-deploy-fastboot-build

Options

  • environment - 'production'. The environment assets will be built in.
  • outputPath - 'tmp/fastboot-dist' - The location Fastboot assets will be written to.

ember-cli-deploy Hooks Implemented

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

  • build
  • didBuild

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.

Development Installation

  • git clone this repository
  • npm install
  • bower install

Running Tests

  • npm test

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

ember-addon

FAQs

Package last updated on 03 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts