Michael Klein

Results 27 comments of Michael Klein

To people coming to this thread because they can't get postcss to recompile with tailwind's jit mode and embroider: Because ember-cil-postcss is using `broccoli-postcss-single` which makes use of `BroccoliCachingWriter` you...

Documentation states that DataTransfer objects can't be constructed. https://developer.mozilla.org/en-US/docs/Web/API/DataTransfer Can we construct a drop event programmatically that holds files at all?

Sorry for this lingering so long. I can work on this next week. The idea is to combine deploy-hooks from ember-cli-deploy + build hooks that ember-cli provides. I don't have...

Can this logic be implemented by tapping into ember-cli's build-hooks directly instead? Manipulating the build in another plugin seems like a suboptimal solution to me as the actual build is...

I have never run into this. which version of ember-cli-deploy are you on? *edit* I see that you are running 1.0.0. Are you calling that config somewhere manually?

Hi! Thanks for raising this issue. All commands run different pipelines. What exactly are you trying to achieve?

Thanks for reporting this. I'll setup a test project in a second to verify ember-cli-deploy still works with 3.7.1

@danr1979 I created a brand new app with `[email protected]`, setup a deployment with `ember-cli-deploy-s3-index` and it deployed and updated fine. Can you maybe push a repository that reproduces this problem...

@danr1979 it really looks like this is something you should raise on that particular addon then. I'm not sure what these two other addons are doing to the build so...