dbashford / mimosa-require

AMD/RequireJS module for Mimosa browser development workflow tool
3 stars 3 forks source link

removeCombined can break multiple build file runs #3

Closed dbashford closed 11 years ago

dbashford commented 11 years ago

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.