-
Notifications
You must be signed in to change notification settings - Fork 12k
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
outDir config value is ignored in build #2267
Comments
I am also experiencing this -- seems it is being ignored. |
Fixed in #2158 |
Just downloaded the latest version of the CLI and ran into this issue today. Ignores "outDir" and builds to the "dist" folder at the root... |
This error was caused for me by my addition of multiple SPA app declarations within the angular-cli.json "apps" : [{X},{Y},{Z}]. The CLI only builds the first SPA app in the array, but I had my other apps listed so I could swap them in an out quickly and build them as desired. Once I removed the additional app declarations the build noticed my "outDir" setting. I hope this helps someone. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS: Win 10
Version: 1.0.0-beta.15
When doing "ng build" then output dir is always generated as "dist" regardless what value is configured in outDir.
The text was updated successfully, but these errors were encountered: