-
Notifications
You must be signed in to change notification settings - Fork 12k
How to link custom files? Where is dist folder? #1802
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
hey @usmanwalana. The dist folder is only created when you create builds. If you run ng build you will see your dist folder with all of your public files copied into it. |
Thankyou @deebloo . I ran ng build now dist is created and my files are copied to it. |
Create css folder in public dir, and add bootstrap.css there. Then link as css/bootstrap.css ☺ |
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. |
Hello,
I am new to angular-cli. I have 2 questions.
1.After creating a new project using ng new , the dist folder is not created. how to create it and keep it updated?
2.How to link custom files? I paste them in public folder but how to link them ? for example any css or image files?
node: 6.4.0
os: darwin x64
The text was updated successfully, but these errors were encountered: