Skip to content

Commit

Permalink
host: Add asset compression (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace authored Dec 12, 2023
1 parent 45813d6 commit ada6f55
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/host/config/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = function (deployTarget) {
},
plugins: [
'build',
'smart-compress',
'revision-data',
'compress',
's3',
'fastboot-s3',
'cloudfront',
Expand Down
1 change: 1 addition & 0 deletions packages/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"ember-cli-deploy-fastboot-s3": "^0.3.6",
"ember-cli-deploy-revision-data": "^2.0.0",
"ember-cli-deploy-s3": "^3.1.0",
"ember-cli-deploy-smart-compress": "^2.0.0",
"ember-cli-fastboot": "^4.1.0",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-inject-live-reload": "^2.1.0",
Expand Down
71 changes: 59 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ada6f55

Please sign in to comment.