Skip to content
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

feat(@schematics/angular): replace assets with public directory #27006

Merged
merged 1 commit into from Mar 25, 2024

Conversation

alan-agius4
Copy link
Collaborator

The assets directory is confusing for the users and commonly users place "assets" which are not meant to be copied but instead processed by the build system. This causes some files both bundled and copied.

With this change we rename the assets directory to public and also move the favicon.ico inside this newly created directory.

@alan-agius4 alan-agius4 added the target: major This PR is targeted for the next major release label Jan 31, 2024
@alan-agius4 alan-agius4 added this to the v18 Candidates milestone Jan 31, 2024
@alan-agius4 alan-agius4 marked this pull request as ready for review January 31, 2024 12:15
@angular-robot angular-robot bot added the detected: feature PR contains a feature commit label Jan 31, 2024
@alan-agius4 alan-agius4 force-pushed the assets-public branch 4 times, most recently from b2c7636 to d700a88 Compare January 31, 2024 15:01
@alan-agius4 alan-agius4 force-pushed the assets-public branch 3 times, most recently from 122714b to 3ebb099 Compare February 14, 2024 10:30
@alan-agius4 alan-agius4 reopened this Feb 14, 2024
@alan-agius4 alan-agius4 reopened this Feb 14, 2024
@alan-agius4 alan-agius4 requested a review from clydin March 6, 2024 08:16
@alan-agius4 alan-agius4 added the action: review The PR is still awaiting reviews from at least one requested reviewer label Mar 6, 2024
@alan-agius4 alan-agius4 force-pushed the assets-public branch 9 times, most recently from 1399e7f to 4b885db Compare March 25, 2024 14:36
The `assets` directory is confusing for the users and commonly users place "assets" which are not meant to be copied but instead processed by the build system. This causes some files both bundled and copied.

With this change we rename the `assets` directory to `public` and also move the `favicon.ico` inside this newly created directory.
@alan-agius4 alan-agius4 added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Mar 25, 2024
@alan-agius4 alan-agius4 merged commit 6530aa1 into angular:main Mar 25, 2024
31 checks passed
@alan-agius4 alan-agius4 deleted the assets-public branch March 25, 2024 16:10
@HCenggel
Copy link

This is not a good change.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker detected: feature PR contains a feature commit target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants