-
Notifications
You must be signed in to change notification settings - Fork 12k
outDir
in angular-cli.json
is not working
#2230
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
Comments
Note: Changing the output directory from the Both It's changing |
Same issue in Windows 10 x64, angular-cli: 1.0.0-beta.15, node: 6.5.0. |
Dupe of #2006 |
Try something like "./dist2". For me that worked even when I want it to build outside the project root. |
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? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
OSX Yosemite
Versions. Please run
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Then open
angular-cli.json
and changeoutDir
from"dist"
to"dist2"
The log given by the failure. Normally this include a stack trace and some
more information.
No tool failure, but wrong outcome.
The output would still go to
dist
(actual) instead ofdist2
(expected).Mention any other details that might be useful.
I first tried this with
../external-folder
and thought the../
was the problem, but even just changing the folder name doesn't work.The text was updated successfully, but these errors were encountered: