|
|
|
|
|
by aeflash
4367 days ago
|
|
Sprockets is incredibly primitive compared to something like RequireJS or Browserify -- all it does is concat. One might argue that Browserify is that JS bundler for Node. The issue is that using it with Angular seems superfluous because Angular has its own module system that works well when you just concat everything. |
|