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

Resolve #316 by removing unnecessary jodit references from angular.json and update README #454

Merged
merged 2 commits into from
Feb 11, 2022

Conversation

abwilson23
Copy link
Contributor

App function was tested with and without the jodit references in angular.json. Proper functionality was present in both cases.

The only notable difference was that including the references resulted in the jodit stylesheet being loaded from the get go (home page), whereas without the references it was added dynamically upon first opening an editor that uses jodit.

Update README.md to include a global flag during installation of angular/cli. This is because global installations are generally preferred when the package offers additional command line functionality.

@CLAassistant
Copy link

CLAassistant commented Feb 1, 2022

CLA assistant check
All committers have signed the CLA.

@abwilson23 abwilson23 requested a review from pjmonks February 1, 2022 15:15
@abwilson23 abwilson23 changed the title Resolves #316 by removing the unnecessary lines and update README Resolve #316 by removing unnecessary jodit references from angular.json and update README Feb 1, 2022
@pjmonks pjmonks linked an issue Feb 11, 2022 that may be closed by this pull request
Copy link
Contributor

@pjmonks pjmonks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks great. And your first PR is well laid out - commits have the issue number in them, the PR description is clear. Nice one 👍

@pjmonks pjmonks merged commit f1051fa into develop Feb 11, 2022
@pjmonks pjmonks deleted the feature/gh-316 branch February 11, 2022 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The jodit configuration in angular.json seems to have no effect.
3 participants