I'm trying to serve inline.bundle.js, main.bundle.js, polyfills.bundle.js, styles.bundle.css, and vendor.bundle.js from /assets rather then the root of the dist folder. I can change the url requested in index.html by adding "deployUrl": "/assets", to my .angular-cli.json file, but the files are still output to the root of the dist folder.
How can I change the output folder of those files to be output into /assets?