-
Notifications
You must be signed in to change notification settings - Fork 12k
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
public folder is always empty #1771
Comments
@iBasit the public folder is to put static assets in. (Images, css, etc). It is then copied over to the dist folder. In master currently this has been deprecated and instead there is an "assets" directory under the src dir |
|
That PR is not part of a release yet, mind you. On the next release it should work. |
@deebloo in Even the |
@mafo5 the public folder has been changed to be under src/assets. you can configure that in the angular-cli.json at apps[0].assets |
@deebloo awesome answer -.- |
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. |
I have latest angular-cil@webpack release.
each time I
ng build
with dev or prod mode, thepublic
folder is always empty anddist
folder is created.everything works fine in
dist
folder, but then what is the purpose ofpublic
folder?also If I wanted to change the location of
dist
folder to some other folder, how can I do that?The text was updated successfully, but these errors were encountered: