jwhitley / requirejs-rails

RequireJS support for your Rails 3 or 4 application
MIT License
592 stars 201 forks source link

Updated r.js, require.js to `2.1.15`; Allow baseUrl configuration #187

Closed avanes closed 10 years ago

carsomyr commented 10 years ago

@avanes I'm not sure that overriding baseUrl is the best solution. I'm thinking of setting aside separate sections requirejs.yml for handling CDN assets during precompilation and page rendering via requirejs_include_tag. The current issues seem to arise from the fact that build time configuration isn't separate from render time configuration.