-
Notifications
You must be signed in to change notification settings - Fork 12
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
Install Theme no matter if the user run the npx create-wp-project command in the wrong folder #820
Closed
DjidjaleskaSandra
wants to merge
15
commits into
develop
from
feature/warn-the-user-for-wrong-folder-location
Closed
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
d204fec
Merge pull request #801 from infinum/develop
goranalkovic-infinum 4858200
Merge pull request #804 from infinum/develop
goranalkovic-infinum c27d131
Revert "Frontend libs 9.5.0"
goranalkovic-infinum ffa6f17
Merge pull request #805 from infinum/revert-804-develop
goranalkovic-infinum 6c55122
Merge branch 'fix/git-untangling' into fix/git-untagling-main
goranalkovic-infinum 9ff2606
Merge pull request #807 from infinum/fix/git-untagling-main
goranalkovic-infinum bf9105f
Merge branch 'develop'
goranalkovic-infinum 80451a4
Merge pull request #808 from infinum/sync/main-sync
goranalkovic-infinum 6438eac
Merge branch 'develop' into feature/main-branch-sync
goranalkovic-infinum c18dbf7
sync files
goranalkovic-infinum 50455ec
Merge pull request #819 from infinum/feature/main-branch-sync
goranalkovic-infinum 8602c0e
Check if the path is wrong and return message
DjidjaleskaSandra 7af24aa
install theme from everywhere
DjidjaleskaSandra 7c25807
update comments
DjidjaleskaSandra 85a6078
add same logic also for a plugin install
DjidjaleskaSandra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how will this work with the plugin flag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think Plugins to be in a separate task, but putting everything together into one PR can also work, especially when the changes are closely connected and won't get confusing. So, we can go ahead with that approach :).