Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-deploy-build

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-deploy-build - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0-beta.0

.github/PULL_REQUEST_TEMPLATE

59

CHANGELOG.md

@@ -1,23 +0,48 @@

## 0.1.1
# Change Log
## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v1.0.0-beta.0) (2017-03-25)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.1...v1.0.0-beta.0)
**Merged pull requests:**
- Update ember-cli and dependencies [\#36](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/36) ([lukemelia](https://github.com/lukemelia))
- \[DOC\] fix README broken plugin link [\#31](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/31) ([machty](https://github.com/machty))
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.1) (2016-02-07)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.0...v0.1.1)
**Merged pull requests:**
- update ember-cli-deploy-plugin [\#25](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/25) ([ghedamat](https://github.com/ghedamat))
- fixing a small typo [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/20) ([kiwiupover](https://github.com/kiwiupover))
## 0.1.0
## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.0) (2015-10-25)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-build/compare/v0.1.0-beta.1...v0.1.0)
- [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/1) Update chalk to be a production dependency instead of dev [@achambers](https://github.com/achambers)
- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/2) Add circle.yml [@achambers](https://github.com/achambers)
- [#3](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/3) Add the index and assets paths to the data object [@achambers](https://github.com/achambers)
- [#4](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/4) Updated to be in line with how ember-cli-deploy handles context data [@achambers](https://github.com/achambers)
- [#6](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/6) Now we don't make a distinction between index and assets [@achambers](https://github.com/achambers)
- [#7](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/7) Now the `context.distFiles` prop doesn't contain the dist dir [@achambers](https://github.com/achambers)
- [#8](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/8) Add test coverage and willDeploy config validation [@lukemelia](https://github.com/lukemelia)
- [#9](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/9) Allow outputPath to be configurable [@lukemelia](https://github.com/lukemelia)
- [#10](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/10) A few tweaks to log output [@lukemelia](https://github.com/lukemelia)
- [#11](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/11) Implement `configure` hook for config validation instead of `willDeploy` [@achambers](https://github.com/achambers)
- [#12](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/12) Plugin base class restructure [@lukemelia](https://github.com/lukemelia)
- [#14](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/14) Ensure we are using the Builder from the project's version of ember-cli [@lukemelia](https://github.com/lukemelia)
- [#15](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/15) use path.sep instead of / for cross-platform compatibility [@duizendnegen](https://github.com/duizendnegen)
- [#16](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/16) Update README for 0.5.0 [@achambers](https://github.com/achambers)
**Merged pull requests:**
Thank you to all who took the time to contribute!
- Update to use new verbose option for logging [\#19](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/19) ([lukemelia](https://github.com/lukemelia))
- Update repo url [\#18](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/18) ([achambers](https://github.com/achambers))
- Update the repository [\#17](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/17) ([achambers](https://github.com/achambers))
## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/tree/v0.1.0-beta.1) (2015-08-08)
**Merged pull requests:**
- Update README for 0.5.0 [\#16](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/16) ([achambers](https://github.com/achambers))
- use path.sep instead of / for cross-platform compatibility [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/15) ([duizendnegen](https://github.com/duizendnegen))
- Ensure we are using the Builder from the project's version of ember-cli [\#14](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/14) ([lukemelia](https://github.com/lukemelia))
- Plugin base class restructure [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/12) ([lukemelia](https://github.com/lukemelia))
- Implement `configure` hook for config validation instead of `willDeploy` [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/11) ([achambers](https://github.com/achambers))
- A few tweaks to log output [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/10) ([lukemelia](https://github.com/lukemelia))
- Allow outputPath to be configurable [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/9) ([lukemelia](https://github.com/lukemelia))
- Add test coverage and willDeploy config validation [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/8) ([lukemelia](https://github.com/lukemelia))
- Now the `context.distFiles` prop doesn't contain the dist dir [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/7) ([achambers](https://github.com/achambers))
- Now we don't make a distinction between index and assets [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/6) ([achambers](https://github.com/achambers))
- Updated to be in line with how ember-cli-deploy handles context data [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/4) ([achambers](https://github.com/achambers))
- Add the index and assets paths to the data object [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/3) ([achambers](https://github.com/achambers))
- Add circle.yml [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/2) ([achambers](https://github.com/achambers))
- Update chalk to be a production dependency instead of dev [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-build/pull/1) ([achambers](https://github.com/achambers))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

@@ -0,1 +1,2 @@

/* eslint-env node */
'use strict';

@@ -2,0 +3,0 @@

@@ -1,5 +0,5 @@

/* jshint node: true */
/*eslint-env node*/
'use strict';
var Promise = require('ember-cli/lib/ext/promise');
var RSVP = require('rsvp');
var glob = require('glob');

@@ -20,3 +20,3 @@ var DeployPluginBase = require('ember-cli-deploy-plugin');

build: function(context) {
build: function(/* context */) {
var self = this;

@@ -50,3 +50,3 @@ var outputPath = this.readConfig('outputPath');

self.log('build failed', { color: 'red' });
return Promise.reject(error);
return RSVP.reject(error);
});

@@ -65,3 +65,3 @@ },

return Promise.resolve(files);
return RSVP.resolve(files);
}

@@ -68,0 +68,0 @@ });

{
"name": "ember-cli-deploy-build",
"version": "0.1.1",
"version": "1.0.0-beta.0",
"description": "A Build Plugin for ember-cli-deploy",

@@ -10,32 +10,30 @@ "directories": {

"scripts": {
"start": "ember server",
"build": "ember build",
"test": "node tests/runner.js"
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js"
},
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-build",
"engines": {
"node": ">= 0.10.0"
"node": ">= 4"
},
"author": "Aaron Chambers and the ember-cli-deploy team",
"license": "MIT",
"dependencies": {
"chalk": "^1.0.0",
"ember-cli-deploy-plugin": "^0.2.1",
"glob": "^7.1.1",
"rsvp": "^3.5.0"
},
"devDependencies": {
"broccoli-asset-rev": "^2.0.2",
"chai": "^2.2.0",
"chai-as-promised": "^5.0.0",
"ember-cli": "0.2.3",
"ember-cli-app-version": "0.3.3",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-dependency-checker": "0.0.8",
"ember-cli-htmlbars": "0.7.4",
"ember-cli-ic-ajax": "0.1.1",
"ember-cli-inject-live-reload": "^1.3.0",
"ember-cli-qunit": "0.3.10",
"ember-cli-release": "1.0.0-beta.1",
"ember-cli-uglify": "1.0.1",
"ember-data": "1.0.0-beta.16.1",
"ember-disable-prototype-extensions": "^1.0.0",
"ember-export-application-global": "^1.0.2",
"ember-try": "0.0.4",
"chai-as-promised": "^6.0.0",
"chai": "^3.5.0",
"ember-cli-babel": "^5.2.4",
"ember-cli-htmlbars": "^1.2.0",
"ember-cli-release": "^1.0.0-beta.2",
"ember-cli-shims": "^1.0.2",
"ember-cli": "^2.12.0",
"ember-source": "^2.12.0",
"eslint": "^3.18.0",
"github": "^0.2.4",
"mocha": "^2.2.4",
"glob": "^7.1.1",
"loader.js": "^4.2.3",
"mocha": "^3.2.0",
"multiline": "^1.0.2"

@@ -47,9 +45,2 @@ },

],
"dependencies": {
"chalk": "^1.0.0",
"ember-cli-babel": "^5.0.0",
"ember-cli-deploy-plugin": "^0.2.1",
"glob": "^5.0.5",
"rsvp": "^3.0.18"
},
"ember-addon": {

@@ -56,0 +47,0 @@ "configPath": "tests/dummy/config"

@@ -63,6 +63,10 @@ # ember-cli-deploy-build

## Running Tests
## Tests
- `npm test`
* yarn test
[1]: http://ember-cli.github.io/ember-cli-deploy/plugins "Plugin Documentation"
## Why `ember test` doesn't work
Since this is a node-only ember-cli addon, we use mocha for testing and this package does not include many files and devDependencies which are part of ember-cli's typical `ember test` processes.
[1]: https://ember-cli-deploy.github.io/ember-cli-deploy/plugins/ "Plugin Documentation"
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc