-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Environment & Dependencies (#45)
* Remove old environment files that are no longer needed * Add the wp-env config * update dependencies and scripts * configure php for wp-env * Remove CSS/LESS tasks from the runner as we currently do not have any CSS/LESS in the repo * Update CONTRIBUTING.md * Revert to the default port * Update PHPCS to a recent version * Delete .csslintrc * Move the issue template from the root * Remove CHANGELOG.md as it is unused * Update depdendencies * Remove unused depdendencies * Opt out of prettier * Adhere to new eslint rules * Create a non-minified version as the WordPress plugin repo technically requires this * Ignore .bundle.js files * Update readme.txt * Automatically deploy to WordPress on release * A bit more stable version handling * We seem to need webpack as a direct dependency
- Loading branch information
Showing
28 changed files
with
15,511 additions
and
9,510 deletions.
There are no files selected for viewing
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ] | ||
"extends": [ "plugin:@wordpress/eslint-plugin/recommended-with-formatting" ] | ||
} |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ update | |
|
||
## JS | ||
build/**/*.min.js | ||
build/**/*.bundle.js |
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,19 @@ | ||
{ | ||
"plugins": [ | ||
"https://downloads.wordpress.org/plugin/wordpress-importer.zip", | ||
"https://downloads.wordpress.org/plugin/query-monitor.zip", | ||
"https://downloads.wordpress.org/plugin/debug-bar.zip", | ||
"./trunk" | ||
], | ||
"mappings": { | ||
"php.ini": "./php.ini" | ||
}, | ||
"env": { | ||
"development": { | ||
"config": { | ||
"WP_DEBUG": true, | ||
"WP_ENVIRONMENT_TYPE": "development" | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.