Support for `@css-blocks/ember-cli`
See original GitHub issueš Hi all!
I would like to host some runnable ember twiddle examples of CSS Blocks in an Ember app. However, when I add @css-blocks/ember-cli
to twiddle.json
the application hangs with a perpetual āBuildingā¦ā message.
https://ember-twiddle.com/57b20467d824add6364cc47b3727d2dc
Looking at old issues, it appears this happens when https://github.com/joostdevries/twiddle-backend has trouble building an ember addon. I tried to pull down the project and spin up my own instance of it to see where the addon build is failing, but couldnāt get it running ā docker image dies with:
Step 17/23 : COPY addon-build-configs/$EMBER_VERSION/ember-cli-build.js /addon-builder/ember-cli-build.js
COPY failed: stat /var/lib/docker/tmp/docker-builder986033965/addon-build-configs/2.9.0/ember-cli-build.js: no such file or directory
lāIl keep poking at the docker image, but figured Iād open an issue here as well to see if anyone can easily help me debug.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
[Ember] Colocated Template Support Ā· Issue #481 - GitHub
We need to support colocated templates, currently there's issues when colocated templates are enabled for a project which causes those templatesĀ ...
Read more >@css-blocks/ember-cli - Ember Observer
Ember CLI Plugin for CSS Blocks ... Ember CLI integration for Ember CLI built apps. Installation. ember install @css-blocks/ember-cli. Be sureĀ ...
Read more >glimmer - Npms.io
A Glint environment to support GlimmerX projects ... Dependency injection support for Glimmer applications. ... @css-blocks/ember-cli(1.5.0).
Read more >Overview - Joe Sandbox
Valid Accounts, Windows Remote Management, Winlogon Helper DLL ; Replication Through Removable Media, Service Execution, Port Monitors ; Drive-by CompromiseĀ ...
Read more >3.xml - jsDelivr
... https://www.jsdelivr.com/package/npm/@commitdev/zero-notification-service-client ... https://www.jsdelivr.com/package/npm/@css-blocks/ember-cli monthlyĀ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay! Update. Finally got the docker image working locally, was able to reproduce my bug and fix it in
@css-blocks/ember-cli@0.23.2
. I can now run the docker image against that version and see it build properly with no error. However, when I update the version in https://ember-twiddle.com/57b20467d824add6364cc47b3727d2dc, the build still hangs.Before I go through the rigamarole of setting up
ember-twiddle
itself for development to debug more, can you take a peek in the uploaded modules and verify that@css-blocks/ember-cli@0.23.2
built and uploaded properly, and this is a frontend build problem, not a module build problem?Ref, other encoding issue: https://github.com/ember-cli/ember-twiddle/issues/658