Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

ember-cli-deploy-front-end-builds

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-front-end-builds

The default blueprint for ember-cli addons.

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Front end builds (Ember.JS)

If you are deploying an Ember.JS application to a front end builds server then you should probably check out the Front end builds pack.

Configuration

config/deploy.js has the following options.

PropertyTypeRequiredExampleNotes
appstringYesmy-blogThe name of your application on the front end builds server.
endpointstringYeshttp://www.ted.comThe hostname where you front end builds server lives.
privateKeystringNo/home/me/feb.keyThe path to the private key used to sign your builds.
requestOptionsobjectNo{}Additional params to pass to the request object.

Example config

// config/deploy.js

ENV['front-end-builds'] = {
  app: 'my-blog',
  endpoint: 'http://www.ted.com',
  privateKey: process.env.FEB_DEPLOY_KEY
};

Keywords

ember-addon

FAQs

Package last updated on 09 Dec 2015

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