Closed johngeorgewright closed 10 years ago
You can configure require.js prior to loading the library by setting a global require variable:
require
// require-config.js var require = { paths: {}, shim: {} };
I tried throwing grunt-bower-requirejs at this file but it did nothing. Any thoughts on supporting this feature?
grunt-bower-requirejs
Realised that this should probably be in the bower-requirejs repo.
Yup :)
You can configure require.js prior to loading the library by setting a global
require
variable:I tried throwing
grunt-bower-requirejs
at this file but it did nothing. Any thoughts on supporting this feature?