glimmerjs / glimmer-application

[MOVED] This package is now part of the Glimmer.js monorepo
https://github.com/glimmerjs/glimmer.js
30 stars 13 forks source link

ember-cli-deploy doesn't work with latest glimmer-application #78

Closed t-sauer closed 7 years ago

t-sauer commented 7 years ago

I recently tried to upgrade Glimmeroids to glimmer-application 0.5.1. The app works fine, but when I try to deploy it with ember-cli-deploy it hangs at Deploying [🚀 ] 100% [plugin: git -> upload] and never finishes. Here is the branch where the problem occurs: https://github.com/t-sauer/Glimmeroids/tree/glimmer-upgrade This is the commit which triggers the problem: https://github.com/t-sauer/Glimmeroids/commit/14d12ad94d9986dde23d2d7da843c6e1bccd72b6

t-sauer commented 7 years ago

Figured out why this isn't working and it was a pre commit hook of mine.