Closed dbashford closed 11 years ago
As proven out by the work done here and discussed in dbashford/mimosa#274, the following is necessary when using the modules r.js config.
modules
runConfig.dir = "./public/javascripts" runConfig.keepBuildDir = true delete runConfig.insertRequire delete runConfig.include delete runConfig.out delete runConfig.name
optimize
overrides
As proven out by the work done here and discussed in dbashford/mimosa#274, the following is necessary when using the
modules
r.js config.modules
config to theoptimize
config. Add that to the runConfig.modules
exist, perform all the above changes to the runConfig, such that ifoverrides
is called, the object is as the above code would suggest it needs to be.