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

Revert "MU WPCOM: Port the newspack blocks from the ETK" #38719

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions projects/packages/jetpack-mu-wpcom/.gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ package.json export-ignore
# Files to include in the mirror repo, but excluded via gitignore
# Remember to end all directories with `/**` to properly tag every file.
# /src/js/example.min.js production-include
src/build/** production-include
src/features/newspack-blocks/synced-newspack-blocks/** production-include
src/build/** production-include

# Files to exclude from the mirror repo, but included in the monorepo.
# Remember to end all directories with `/**` to properly tag every file.
Expand Down
1 change: 0 additions & 1 deletion projects/packages/jetpack-mu-wpcom/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ node_modules/
wordpress/
playwright-report/
src/features/help-center/languages/
src/features/newspack-blocks/synced-newspack-blocks
3 changes: 0 additions & 3 deletions projects/packages/jetpack-mu-wpcom/.phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
// This file breaks analysis, Phan gets lost recursing in trying to figure out some types.
// @todo Add type declarations so Phan won't have to do it itself. Or update to a modern less lib.
'src/features/custom-css/custom-css/preprocessors/lessc.inc.php',

// The synced newspack blocks files break analysis.
'src/features/newspack-blocks/synced-newspack-blocks',
),
)
);
4 changes: 1 addition & 3 deletions projects/packages/jetpack-mu-wpcom/.phpcs.dir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

<rule ref="WordPress.Utils.I18nTextDomainFixer">
<properties>
<property name="old_text_domain" type="array">
<element value="newspack-blocks" />
</property>
<property name="old_text_domain" type="array" />
<property name="new_text_domain" value="jetpack-mu-wpcom" />
</properties>
</rule>
Expand Down

This file was deleted.

Loading
Loading