This document summarizes Clay Smith's talk on JavaScript development workflows and build tools. It discusses the many competing JavaScript frameworks, build tools, programming languages, and dependency managers. It also describes challenges with managing dependencies and build artifacts across platforms like mobile, and proposes using GitHub's Release API to store compiled build artifacts as a solution to avoid checking transformed code into version control.