Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle runConfig.dir/modules scenario with multiple outputs #20

Closed
dbashford opened this issue Sep 14, 2013 · 0 comments
Closed

Handle runConfig.dir/modules scenario with multiple outputs #20

dbashford opened this issue Sep 14, 2013 · 0 comments

Comments

@dbashford
Copy link
Owner

Currently the messaging is entirely based on runConfig.out. But when using modules and building multiple files for a single run, there is no runConfig.out. Fix messaging.

Also, output reporting from r.js is different for multi-file outputs.

When using runConfig.out, r.js returns a text string report that can be used to detemine what files are used to build the r.js combined files.

When using runConfig.dir, r.js doesn't return anything, instead it writes a built.txt that contains that information. Need to read that, parse it, and allow for combined file removal.

See dbashford/mimosa#274

cc: @krokhale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant