On my remote server (Ubuntu 14.04 x64), whenever I try to uglify my bundles, the process simply returns \"Killed\". When I don\'t uglify, it\'s just fine.
Has anyone ru
You can also run ng build on your local machine and then copy the dist folder to your remote like this:
scp -r path/to/local/folder user@x.x.x.x:/path/to/remote/folder