Hacker News new | ask | show | jobs
by rcsorensen 4663 days ago
What are you using to stitch the modules together? Stitch, browserify, grunt/grunt-contrib and friends, something home grown?
1 comments

This varies from project to project based on needs. The checkout stuff uses sprockets-commonjs, browserify and require.js are used in other projects though. The decision is often made based on the backend (is it already ruby/sprockets?), and the needs of the project (would rebuilding the full file on each change be prohibitive). For the most part though, the build system remains transparent to all but one person (me, these days).