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


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="LostKobrakai" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/LostKobrakai/120/3072_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  LostKobrakai
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="onebox githubcommit" data-onebox-src="https://github.com/phoenixframework/phoenix/commit/5bca542e432563c02a55b77c0cf69eed0ee793b9">
  <header class="source">

      <a href="https://github.com/phoenixframework/phoenix/commit/5bca542e432563c02a55b77c0cf69eed0ee793b9" target="_blank" rel="noopener nofollow">github.com/phoenixframework/phoenix</a>
  </header>

  <article class="onebox-body">
    <div class="github-row">
  <div class="github-icon-container" title="Commit">
    <svg width="60" height="60" class="github-icon" viewBox="0 0 14 16" aria-hidden="true"><path fill-rule="evenodd" d="M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.2 2.2z"></path></svg>
  </div>

  <div class="github-info-container">
    <h4>
      <a href="https://github.com/phoenixframework/phoenix/commit/5bca542e432563c02a55b77c0cf69eed0ee793b9" target="_blank" rel="noopener nofollow">Revert "Use static_push by default for the JS and CSS (#2805)"</a>
    </h4>

    <div class="github-info">
      <div class="date">
        committed <span class="discourse-local-date" data-format="ll" data-date="2018-05-08" data-time="09:51:39" data-timezone="UTC">09:51AM - 08 May 18 UTC</span>
      </div>

      <div class="user">
        <a href="https://github.com/Gazler" target="_blank" rel="noopener nofollow">
          <img alt="" src="https://avatars.githubusercontent.com/u/477511?v=4" class="onebox-avatar-inline" width="20" height="20">
          Gazler
        </a>
      </div>

      <div class="lines" title="changed 1 files with 2 additions and 2 deletions">
        <a href="https://github.com/phoenixframework/phoenix/commit/5bca542e432563c02a55b77c0cf69eed0ee793b9" target="_blank" rel="noopener nofollow">
          <span class="added">+2</span>
          <span class="removed">-2</span>
        </a>
      </div>
    </div>
  </div>
</div>

  <div class="github-row">
    <p class="github-body-container">This reverts commit 32e2bb39c7e361238a1cfef359d92269d5c07e48.

Browser support o<span class="show-more-container"><a href="https://github.com/phoenixframework/phoenix/commit/5bca542e432563c02a55b77c0cf69eed0ee793b9" target="_blank" rel="noopener nofollow" class="show-more">…</a></span><span class="excerpt hidden">n caching for static_push is currently not implemented
well enough to make this default. If users want to push assets, they
should use `Plug.Conn.push/2` instead.

Please see https://github.com/phoenixframework/phoenix/issues/2875 for
discussion.</span></p>
  </div>

  </article>

  <div class="onebox-metadata">
    
    
  </div>

  <div style="clear: both"></div>
</aside>
 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="104648" data-batch-url="/posts/batch_likers">
                        3
                      </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/phoenix-1-4-0-released/17182/115">Post #114</a>
	                </div>
	            </div>
              <div id="likers-container-104648" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="104648"
                     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 #114"></div>
  </section>
</div>
    <div class="postbit" id="104789" data-post-id="104789">
  <section>
    <div class="post-wrap">


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

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The commit message <a class="mention" href="/u/lostkobrakai" rel="nofollow">@LostKobrakai</a> linked explains the reasoning. It is possible it (or something similar) will make a return if and when <a href="https://tools.ietf.org/html/draft-ietf-httpbis-cache-digest-05" class="inline-onebox" rel="noopener nofollow ugc">draft-ietf-httpbis-cache-digest-05</a> is widely supported.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="104789" data-batch-url="/posts/batch_likers">
                        4
                      </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/phoenix-1-4-0-released/17182/116">Post #115</a>
	                </div>
	            </div>
              <div id="likers-container-104789" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="104789"
                     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>