If using r.js and removeCombined to build multiple files, this module, after the first file is done, will remove the assets used to build that file. If the 2nd file needed some of those assets, the build will break.
Need to not use removeCombined, and do the removal inside the module after all the built files are created for a run.
If using r.js and removeCombined to build multiple files, this module, after the first file is done, will remove the assets used to build that file. If the 2nd file needed some of those assets, the build will break.
Need to not use removeCombined, and do the removal inside the module after all the built files are created for a run.