-
Notifications
You must be signed in to change notification settings - Fork 34
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
Build Into One File #57
Comments
I would still consider calling some Traceur API to recursively load dependencies ( |
@aaronfrost would you prefer this concat to happen automatically when it detects |
I am myself coding one class per module, hence |
@mciparelli we should probably support building into one file. The reason being that because we have sourcemap support, if people concat their own files, then their sourcemaps are worthless, as they don't correspond to the actual original source file. So, if people specify a "concat" options or whatever, we should then concat their files, and then compile the files.
Thoughts?
The text was updated successfully, but these errors were encountered: