Skip to content

Commit e642c99

Browse files
committed
2 parents bc81588 + 14db8d1 commit e642c99

File tree

45 files changed

+1758
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1758
-187
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ nbproject/
2525
build
2626
.wp-env.override.json
2727
*.min.js
28+
*.min.css
2829
*.asset.php
2930

3031
############

.wp-env.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"./plugins/webp-uploads"
1313
],
1414
"env": {
15+
"development": {
16+
"config": {
17+
"WP_DEVELOPMENT_MODE": "plugin"
18+
}
19+
},
1520
"tests": {
1621
"config": {
1722
"FS_METHOD": "direct"

0 commit comments

Comments
 (0)