Skip to content

Commit

Permalink
Revert "MU WPCOM: Port the newspack blocks from the ETK (#38454)"
Browse files Browse the repository at this point in the history
This reverts commit 71819c1.
  • Loading branch information
arthur791004 authored Aug 5, 2024
1 parent 1502c22 commit af0293f
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 598 deletions.
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

0 comments on commit af0293f

Please sign in to comment.