-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bucket/plugin-consolidation' of github.com:the-events-c…
…alendar/tribe-common into fix/PHPCS-Errors # Conflicts: # src/admin-views/dashboard/components/missing-dependency.php # src/admin-views/notices/tribe-stellar-sale.php # src/admin-views/zapier/dashboard/components/missing-dependency.php
- Loading branch information
Showing
24 changed files
with
677 additions
and
879 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,5 +46,8 @@ src/resources/js/**/*.min.js | |
lang/*.po | ||
lang/*.mo | ||
|
||
# Local packaging files | ||
.pup-* | ||
|
||
# Strauss | ||
bin/strauss.phar |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"build": [ | ||
"echo 'building Tribe Common in: '$(pwd)", | ||
"rm -rf vendor", | ||
"git checkout -- vendor", | ||
"composer install --no-dev", | ||
"npm ci", | ||
"npm run build" | ||
], | ||
"build_dev": [ | ||
"echo 'building Tribe Common in: '$(pwd)", | ||
"rm -rf vendor", | ||
"git checkout -- vendor", | ||
"composer install", | ||
"npm ci", | ||
"npm run build" | ||
], | ||
"checks": { | ||
"tbd": { | ||
"dirs": [ "src" ] | ||
}, | ||
"version-conflict": {} | ||
}, | ||
"i18n": [ | ||
{ | ||
"textdomain": "tribe-common", | ||
"url": "https://translations.theeventscalendar.com", | ||
"slug": "tribe-common" | ||
} | ||
], | ||
"paths": { | ||
"changelog": "readme.txt", | ||
"css": [ | ||
"src/resources/postcss" | ||
], | ||
"js": [ | ||
"src/resources/js", | ||
"src/modules" | ||
], | ||
"sync_files": [ | ||
".distfiles", | ||
".gitattributes" | ||
], | ||
"versions": [ | ||
{ | ||
"file": "src/Tribe/Main.php", | ||
"regex": "(const VERSION += ')([^']+)" | ||
}, | ||
{ | ||
"file": "tribe-common.php", | ||
"regex": "(Version: )(.+)" | ||
}, | ||
{ | ||
"file": "package.json", | ||
"regex": "(\"version\": ?\")([^\"]+)" | ||
} | ||
], | ||
"views": [ "src/views" ] | ||
}, | ||
"zip_name": "tribe-common" | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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.