-
Notifications
You must be signed in to change notification settings - Fork 12k
angular-cli deploy to ftp with assets #2589
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
@dolanmiu everything you need should be in the dist folder. your assets should also be copied over based on the assets directory you define in your angular-cli.json file |
Are you sure? Here is my https://github.com/dolanmiu/qmtis-website/blob/master/angular-cli.json#L10 |
Sorry, yeah I'm dumb, forgot to add
|
Having said that.. the |
I think the release today ( v1.0.0-beta.17...master#diff-ee1c44b86beb3967c38917e8b61c031aR12 |
@dolanmiu that commit does fix it, but was not included in beta.17. Should be in the next version. |
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. |
Hi, very simple question here,
I would like to deploy my app via FTP. Which folders do I need to upload after it is built to
dist
?I cannot upload just the
dist
folder because it does not contain myassets
.Do I need to upload my
dist
AND mysrc
folder? Thesrc
folder contains theassets
folderIt seems redundant if I have to upload my
dist
and the source JS files no?The text was updated successfully, but these errors were encountered: