You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE 2020-12-20: I discovered this morning that the index.html files ARE being produced, but they are being pushed to my local machine instead of the remove machine.
From my angular.json: "outputPath": "\\\\remote-computer-name\\all-projects-folder\\project-folder"
Files SHOULD be copying to C:\all-projects-folder\project-folder. on the REMOTE machine. Instead, files are copying to C:\remote-computer-name\all-projects-folder\project-folder on my LOCAL machine
🐞 Bug report
Command (mark with an x)
new
build
serve
test
e2e
generate
add
update
lint
extract-i18n
run
config
help
version
doc
Is this a regression?
No. Discovered in 9.1.7. Updated to latest hoping to fix the problem. Still exists.
Description
Title says it all. When run ng build, everything works as expected. When I run ng build --configuration=remote-build, the build completes without errors and all files are pushed to the remote folder EXCEPT index.html.
UPDATE 2020-12-20: I discovered this morning that the index.html files ARE being produced, but they are being pushed to my local machine instead of the remove machine.
From my angular.json:
"outputPath": "\\\\remote-computer-name\\all-projects-folder\\project-folder"Files SHOULD be copying to C:\all-projects-folder\project-folder. on the REMOTE machine. Instead, files are copying to C:\remote-computer-name\all-projects-folder\project-folder on my LOCAL machine
🐞 Bug report
Command (mark with an
x)Is this a regression?
No. Discovered in 9.1.7. Updated to latest hoping to fix the problem. Still exists.Description
Title says it all. When run ng build, everything works as expected. When I run ng build --configuration=remote-build, the build completes without errors and all files are pushed to the remote folder EXCEPT index.html.
🔬 Minimal Reproduction
Link to repro project here: https://github.com/joshorvis/remote-build. (Only change from the default ng new is a new target added in angular.json)
UPDATE: It appears that mapping the remote folder to a network drive letter will produce the index.html as expected.