https://github.com/outstand/ember-cli-deploy-thunder-pack
A pack of ember-cli-deploy plugins for implementing the 'lightning' deploys approach against S3/Cloudfront.
https://github.com/outstand/ember-cli-deploy-thunder-pack
Last synced: 3 months ago
JSON representation
A pack of ember-cli-deploy plugins for implementing the 'lightning' deploys approach against S3/Cloudfront.
- Host: GitHub
- URL: https://github.com/outstand/ember-cli-deploy-thunder-pack
- Owner: outstand
- License: mit
- Created: 2017-01-11T22:05:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T21:50:45.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T18:51:31.748Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-deploy-thunder-pack
> A pack of ember-cli-deploy plugins for implementing the 'lightning' deploys approach against S3/Cloudfront.
This package bundles the plugins you need to do a lightning style deploy like https://github.com/ember-cli-deploy/ember-cli-deploy-lightning-pack but instead of relying on redis it uses S3 and Cloudfront.
It also has a blueprint for your `config/deploy.js` file to get you started.
## Installation
```
ember install ember-cli-deploy
ember install ember-cli-deploy-thunder-pack
```The necessary set of plugins will be available to ember-cli-deploy and an example `deploy/config.js` file will be generated for you to customize with information for your deployment environments.
## What is a plugin pack?
A "plugin pack" is a concept supported by ember-cli-deploy that allows a single addon to make multiple plugins available by adding a single direct dependency to your project.
## What plugins are made available?
* [ember-cli-deploy-build](https://github.com/ember-cli-deploy/ember-cli-deploy-build)
* [ember-cli-deploy-display-revisions](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions)
* [ember-cli-deploy-gzip](https://github.com/ember-cli-deploy/ember-cli-deploy-gzip)
* [ember-cli-deploy-s3](https://github.com/ember-cli-deploy/ember-cli-deploy-s3)
* [ember-cli-deploy-s3-index](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index)
* [ember-cli-deploy-cloudfront](https://github.com/kpfefferle/ember-cli-deploy-cloudfront)
* [ember-cli-deploy-manifest](https://github.com/ember-cli-deploy/ember-cli-deploy-manifest)
* [ember-cli-deploy-revision-data](https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data)