<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="385584" data-post-id="385584">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="eagle-head" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/eagle-head/120/40059_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  eagle-head
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>You’re absolutely right — I shouldn’t have mixed the two topics. Phoenix is already CSS-agnostic at the framework level, and the maintenance burden on the core team is a real constraint I hadn’t fully appreciated.</p>
<p>Let’s keep the focus on CSP. The morphdom PR (<a href="https://github.com/patrick-steele-idem/morphdom/pull/288" rel="noopener nofollow ugc">patrick-steele-idem/morphdom#288</a>) is up — once that moves forward, we’ll have a clearer picture for the CSP guide.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="385584" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/proposal-mix-phx-gen-csp-csp-level-3-support-for-phoenix/74742/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-385584" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="385584"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="385603" data-post-id="385603">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="jimsynz" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jimsynz/120/39319_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  jimsynz
                  </h3>
		          </div>
						
			          <div class="user-title">
									<span>Ash Core Team</span>
			          </div>
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>It might be worth taking a look at <a href="https://github.com/team-alembic/phx_install/pull/1" rel="noopener nofollow ugc">this PR to <code>phx_install</code></a> where we look at the feasibility of replacing esbuild et al with bun. I’m not planning on merging that PR because it breaks my current goal of “100% compatible with phx.new” (although it’s not 100% compatible at the moment because it doesn’t include daisy yet) but I will reuse the ways that it splits up the generators so that we can build igniters on top of them that do this.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="385603" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/proposal-mix-phx-gen-csp-csp-level-3-support-for-phoenix/74742/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-385603" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="385603"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="385611" data-post-id="385611">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="eagle-head" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/eagle-head/120/40059_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  eagle-head
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thanks for the pointer! The composable subtask architecture in that PR is really well thought out — the dynamic dispatch pattern (<code>phx.install.assets.tailwind.#{bundler}</code> ) makes it straightforward to add new bundlers without touching existing files. I’ll keep an eye on how the generator split evolves, especially since <a class="mention" href="/u/steffend" rel="nofollow">@steffend</a> mentioned exploring Igniter installers as separate packages.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="385611" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/proposal-mix-phx-gen-csp-csp-level-3-support-for-phoenix/74742/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-385611" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="385611"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>